Commit 41e37110 authored by Stephan Heßelmann's avatar Stephan Heßelmann
Browse files

kubectx: pin to go 1.17

The build with go 1.18 is broken on Darwin.

Fixes #182108.
parent 239f2a4b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 { };