mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-11-03 01:13:18 +03:00 
			
		
		
		
	Bump golangci-lint to v.2.4.0 from v2.2.1
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -171,7 +171,7 @@ jobs:
 | 
				
			|||||||
        uses: golangci/golangci-lint-action@v8
 | 
					        uses: golangci/golangci-lint-action@v8
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          # If you change this, make sure to also update scripts/golangci-lint-shim.sh
 | 
					          # If you change this, make sure to also update scripts/golangci-lint-shim.sh
 | 
				
			||||||
          version: v2.2.1
 | 
					          version: v2.4.0
 | 
				
			||||||
      - name: errors
 | 
					      - name: errors
 | 
				
			||||||
        run: golangci-lint run
 | 
					        run: golangci-lint run
 | 
				
			||||||
        if: ${{ failure() }}
 | 
					        if: ${{ failure() }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,6 @@
 | 
				
			|||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Must be kept in sync with the version in .github/workflows/ci.yml
 | 
					# Must be kept in sync with the version in .github/workflows/ci.yml
 | 
				
			||||||
version="v2.2.1"
 | 
					version="v2.4.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"
 | 
					go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user