kubectl-evict-pod: pin to go 1.17
This commit is contained in:
parent
7fdbf855f2
commit
d3fbab042a
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user