kubectl-evict-pod: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:07:17 +02:00 committed by Sandro Jäckel
parent 7fdbf855f2
commit d3fbab042a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -28084,7 +28084,9 @@ with pkgs;
kube-score = callPackage ../applications/networking/cluster/kube-score { };
kubectl-evict-pod = callPackage ../applications/networking/cluster/kubectl-evict-pod { };
kubectl-evict-pod = callPackage ../applications/networking/cluster/kubectl-evict-pod {
buildGoModule = buildGo117Module;
};
kubeval = callPackage ../applications/networking/cluster/kubeval { };