You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	build: fix golangci-lint failing (#3874)
refs https://github.com/golangci/golangci-lint-action/issues/677 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							52f45d759f
						
					
				
				
					commit
					c849cfc2a9
				
			
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,8 +21,8 @@ jobs: | ||||
|       - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4 | ||||
|         with: | ||||
|           go-version: stable | ||||
|           cache: false | ||||
|       - name: golangci-lint | ||||
|         uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3 | ||||
|         with: | ||||
|           skip-go-installation: true | ||||
|           args: --timeout=5m | ||||
|   | ||||
		Reference in New Issue
	
	Block a user