Unverified Commit dc111d84 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

kubectx: pin to go 1.17
parents 3518b4ac 41e37110
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 { };