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:
parent
239f2a4be4
commit
41e371106b
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue