kuttl: switch to go_1_17
This builds succesfully on go1.17 and has no module hash changes (Checked by hash change and copy paste).
This commit is contained in:
parent
3dbe8ff6d6
commit
2d91a19f16
@ -26784,7 +26784,7 @@ with pkgs;
|
||||
kubebuilder = callPackage ../applications/networking/cluster/kubebuilder { };
|
||||
|
||||
kuttl = callPackage ../applications/networking/cluster/kuttl {
|
||||
buildGoModule = buildGo115Module;
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
kubectl-doctor = callPackage ../applications/networking/cluster/kubectl-doctor { };
|
||||
|
Loading…
Reference in New Issue
Block a user