mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	fix: pin version of golangci-lint to match dev config
This commit is contained in:
		
							parent
							
								
									852dc0f4de
								
							
						
					
					
						commit
						02ae7a0563
					
				
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							@ -26,6 +26,8 @@ jobs:
 | 
				
			|||||||
        if: steps.changed-files.outputs.any_changed == 'true'
 | 
					        if: steps.changed-files.outputs.any_changed == 'true'
 | 
				
			||||||
        uses: golangci/golangci-lint-action@v2
 | 
					        uses: golangci/golangci-lint-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
					          version: v1.46.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          # Only block PRs on new problems.
 | 
					          # Only block PRs on new problems.
 | 
				
			||||||
          # If this is not enabled, we will end up having PRs
 | 
					          # If this is not enabled, we will end up having PRs
 | 
				
			||||||
          # blocked because new linters has appared and other
 | 
					          # blocked because new linters has appared and other
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user