Merge pull request #182213 from stehessel/fix-kubectx-darwin

kubectx: pin to go 1.17
This commit is contained in:
SuperHeroINTJ
2022-07-20 19:32:03 -03:00
committed by GitHub
+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 { };