mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	dont override golangci go (#2116)
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									99f18f9cd9
								
							
						
					
					
						commit
						7be8796d87
					
				@ -57,9 +57,11 @@
 | 
			
		||||
          subPackages = ["protoc-gen-grpc-gateway" "protoc-gen-openapiv2"];
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        golangci-lint = prev.golangci-lint.override {
 | 
			
		||||
          buildGoModule = buildGo;
 | 
			
		||||
        };
 | 
			
		||||
        # Upstream does not override buildGoModule properly,
 | 
			
		||||
        # importing a specific module, so comment out for now.
 | 
			
		||||
        # golangci-lint = prev.golangci-lint.override {
 | 
			
		||||
        #   buildGoModule = buildGo;
 | 
			
		||||
        # };
 | 
			
		||||
 | 
			
		||||
        goreleaser = prev.goreleaser.override {
 | 
			
		||||
          buildGoModule = buildGo;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user