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-21 00:29:58 +02:00
parent 239f2a4be4
commit 41e371106b
+3 -1
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 { };