mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 22:41:03 +00:00 
			
		
		
		
	go: upgrade to go v1.22
This commit is contained in:
		
					parent
					
						
							
								142459bbe0
							
						
					
				
			
			
				commit
				
					
						84f28f36b0
					
				
			
		
					 5 changed files with 9 additions and 9 deletions
				
			
		|  | @ -43,7 +43,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|           check-latest: true |           check-latest: true | ||||||
| 
 | 
 | ||||||
|       - name: version from ref |       - name: version from ref | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ jobs: | ||||||
|       - uses: https://code.forgejo.org/actions/checkout@v4 |       - uses: https://code.forgejo.org/actions/checkout@v4 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "~1.21" |           go-version: "1.22" | ||||||
|           check-latest: true |           check-latest: true | ||||||
|       - run: | |       - run: | | ||||||
|           apt-get -qq update |           apt-get -qq update | ||||||
|  |  | ||||||
|  | @ -64,7 +64,7 @@ jobs: | ||||||
|         if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != '' |         if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != '' | ||||||
|         uses: https://code.forgejo.org/actions/setup-go@v4 |         uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|           check-latest: true |           check-latest: true | ||||||
|       - name: update the _release.experimental DNS record |       - name: update the _release.experimental DNS record | ||||||
|         if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != '' |         if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != '' | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ jobs: | ||||||
|       - uses: https://code.forgejo.org/actions/checkout@v3 |       - uses: https://code.forgejo.org/actions/checkout@v3 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|           check-latest: true |           check-latest: true | ||||||
|       - run: make deps-backend deps-tools |       - run: make deps-backend deps-tools | ||||||
|       - run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs |       - run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs | ||||||
|  | @ -52,7 +52,7 @@ jobs: | ||||||
|       - uses: https://code.forgejo.org/actions/checkout@v3 |       - uses: https://code.forgejo.org/actions/checkout@v3 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|       - run: | |       - run: | | ||||||
|           git config --add safe.directory '*' |           git config --add safe.directory '*' | ||||||
|           adduser --quiet --comment forgejo --disabled-password forgejo |           adduser --quiet --comment forgejo --disabled-password forgejo | ||||||
|  | @ -97,7 +97,7 @@ jobs: | ||||||
|       - uses: https://code.forgejo.org/actions/checkout@v3 |       - uses: https://code.forgejo.org/actions/checkout@v3 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|       - name: install dependencies & git >= 2.42 |       - name: install dependencies & git >= 2.42 | ||||||
|         run: | |         run: | | ||||||
|           export DEBIAN_FRONTEND=noninteractive |           export DEBIAN_FRONTEND=noninteractive | ||||||
|  | @ -144,7 +144,7 @@ jobs: | ||||||
|       - uses: https://code.forgejo.org/actions/checkout@v3 |       - uses: https://code.forgejo.org/actions/checkout@v3 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|       - name: install dependencies & git >= 2.42 |       - name: install dependencies & git >= 2.42 | ||||||
|         run: | |         run: | | ||||||
|           export DEBIAN_FRONTEND=noninteractive |           export DEBIAN_FRONTEND=noninteractive | ||||||
|  | @ -181,7 +181,7 @@ jobs: | ||||||
|       - uses: https://code.forgejo.org/actions/checkout@v3 |       - uses: https://code.forgejo.org/actions/checkout@v3 | ||||||
|       - uses: https://code.forgejo.org/actions/setup-go@v4 |       - uses: https://code.forgejo.org/actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: "1.21" |           go-version: "1.22" | ||||||
|       - name: install dependencies & git >= 2.42 |       - name: install dependencies & git >= 2.42 | ||||||
|         run: | |         run: | | ||||||
|           export DEBIAN_FRONTEND=noninteractive |           export DEBIAN_FRONTEND=noninteractive | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								go.mod
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
										
									
									
									
								
							|  | @ -1,6 +1,6 @@ | ||||||
| module code.gitea.io/gitea | module code.gitea.io/gitea | ||||||
| 
 | 
 | ||||||
| go 1.21 | go 1.22 | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	code.gitea.io/actions-proto-go v0.4.0 | 	code.gitea.io/actions-proto-go v0.4.0 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue