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:
Colin 2022-01-29 03:53:43 -05:00 committed by GitHub
parent 3dbe8ff6d6
commit 2d91a19f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { };