Skip to content

Commit

Permalink
dont override golangci go (juanfont#2116)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby authored Sep 9, 2024
1 parent 99f18f9 commit 7be8796
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7be8796

Please sign in to comment.