mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	Upgrade golang-ci to 1.60
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -172,7 +172,7 @@ jobs: | ||||
|       - name: Lint | ||||
|         uses: golangci/golangci-lint-action@v3.7.0 | ||||
|         with: | ||||
|           version: v1.58 | ||||
|           version: v1.60 | ||||
|       - name: errors | ||||
|         run: golangci-lint run | ||||
|         if: ${{ failure() }} | ||||
|   | ||||
| @@ -1,13 +1,10 @@ | ||||
| linters: | ||||
|   disable: | ||||
|     - structcheck # gives false positives | ||||
|   enable: | ||||
|     - gofumpt | ||||
|     - thelper | ||||
|     - goimports | ||||
|     - tparallel | ||||
|     - wastedassign | ||||
|     - exportloopref | ||||
|     - unparam | ||||
|     - prealloc | ||||
|     - unconvert | ||||
|   | ||||
		Reference in New Issue
	
	Block a user