mirror of
https://github.com/juanfont/headscale.git
synced 2025-02-04 05:55:58 -05: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"];
|
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…
x
Reference in New Issue
Block a user