You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	upgrade lint-test to go 1.18 (#3804)
Co-authored-by: Thorsten Duda <thorsten.duda@sap.com>
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/verify-go.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/verify-go.yml
									
									
									
									
										vendored
									
									
								
							| @@ -56,14 +56,18 @@ jobs: | ||||
|   lint: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/setup-go@v1 | ||||
|         with: | ||||
|           go-version: '1.18.x' | ||||
|       - name: checkout | ||||
|         uses: actions/checkout@v2 | ||||
|         with: | ||||
|           fetch-depth: 1 | ||||
|       - name: staticcheck | ||||
|         uses: dominikh/staticcheck-action@v1.1.0 | ||||
|         uses: dominikh/staticcheck-action@v1.2.0 | ||||
|         with: | ||||
|           cache-key: ${{ runner.os }}-golang-staticcheck | ||||
|           install-go: false | ||||
|   generate: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user