[CI] pin go v1.20 for testing
Refs: https://codeberg.org/forgejo/forgejo/issues/1228
This commit is contained in:
		
							parent
							
								
									c8d8bf8996
								
							
						
					
					
						commit
						fd4b5a013e
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,7 @@ jobs:
 | 
			
		|||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.20"
 | 
			
		||||
          go-version: "1.20"
 | 
			
		||||
          check-latest: true
 | 
			
		||||
      - run: make deps-backend deps-tools
 | 
			
		||||
      - run: make lint-backend
 | 
			
		||||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ jobs:
 | 
			
		|||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.20"
 | 
			
		||||
          go-version: "1.20"
 | 
			
		||||
          check-latest: true
 | 
			
		||||
      - run: make deps-backend deps-tools
 | 
			
		||||
      - run: make --always-make checks-backend # ensure the "go-licenses" make target runs
 | 
			
		||||
| 
						 | 
				
			
			@ -39,7 +39,7 @@ jobs:
 | 
			
		|||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.20.0"
 | 
			
		||||
          go-version: "1.20"
 | 
			
		||||
      - run: |
 | 
			
		||||
          git config --add safe.directory '*'
 | 
			
		||||
          chown -R gitea:gitea . /go
 | 
			
		||||
| 
						 | 
				
			
			@ -76,7 +76,7 @@ jobs:
 | 
			
		|||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.20.0"
 | 
			
		||||
          go-version: "1.20"
 | 
			
		||||
      - run: |
 | 
			
		||||
          git config --add safe.directory '*'
 | 
			
		||||
          chown -R gitea:gitea . /go
 | 
			
		||||
| 
						 | 
				
			
			@ -109,7 +109,7 @@ jobs:
 | 
			
		|||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.20.0"
 | 
			
		||||
          go-version: "1.20"
 | 
			
		||||
      - run: |
 | 
			
		||||
          git config --add safe.directory '*'
 | 
			
		||||
          chown -R gitea:gitea . /go
 | 
			
		||||
| 
						 | 
				
			
			@ -136,7 +136,7 @@ jobs:
 | 
			
		|||
      - uses: https://code.forgejo.org/actions/checkout@v3
 | 
			
		||||
      - uses: https://code.forgejo.org/actions/setup-go@v4
 | 
			
		||||
        with:
 | 
			
		||||
          go-version: ">=1.20.0"
 | 
			
		||||
          go-version: "1.20"
 | 
			
		||||
      - run: |
 | 
			
		||||
          git config --add safe.directory '*'
 | 
			
		||||
          chown -R gitea:gitea . /go
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue