dont override golangci go (#2116)

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-09-09 14:29:09 +02:00 committed by GitHub
parent 99f18f9cd9
commit 7be8796d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;