3
0
Fork 0
forked from mirrors/nixpkgs

kubectx: pin to go 1.17

The build with go 1.18 is broken on Darwin.

Fixes #182108.
This commit is contained in:
Stephan Heßelmann 2022-07-20 16:43:13 +02:00
parent 239f2a4be4
commit 41e371106b

View file

@ -16115,7 +16115,9 @@ with pkgs;
kubeaudit = callPackage ../tools/security/kubeaudit { };
kubectx = callPackage ../development/tools/kubectx { };
kubectx = callPackage ../development/tools/kubectx {
buildGoModule = buildGo117Module;
};
kube-linter = callPackage ../development/tools/kube-linter { };