mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	Pin golangci version to 1.58
It is annoying when CI builds suddenly start to fail because the linter was updated and finds new things to complain about. Updating the linter and fixing the code accordingly should be a dedicated activity.
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: latest | ||||
|           version: v1.58 | ||||
|       - name: errors | ||||
|         run: golangci-lint run | ||||
|         if: ${{ failure() }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user