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"];
|
subPackages = ["protoc-gen-grpc-gateway" "protoc-gen-openapiv2"];
|
||||||
};
|
};
|
||||||
|
|
||||||
golangci-lint = prev.golangci-lint.override {
|
# Upstream does not override buildGoModule properly,
|
||||||
buildGoModule = buildGo;
|
# importing a specific module, so comment out for now.
|
||||||
};
|
# golangci-lint = prev.golangci-lint.override {
|
||||||
|
# buildGoModule = buildGo;
|
||||||
|
# };
|
||||||
|
|
||||||
goreleaser = prev.goreleaser.override {
|
goreleaser = prev.goreleaser.override {
|
||||||
buildGoModule = buildGo;
|
buildGoModule = buildGo;
|
||||||
|
|
Loading…
Reference in New Issue