We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11572e commit 70f4f3eCopy full SHA for 70f4f3e
config/build_image-v5.0.0.sh
@@ -39,8 +39,10 @@ go install k8s.io/code-generator/cmd/openapi-gen@${OPENAPI_GEN_VERSION}
39
#########
40
# ENVTEST
41
42
-# We do not enforce versioning on setup-envtest
43
-go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
+# Latest is only compatible with Go 1.22
+# https://github.com/kubernetes-sigs/controller-runtime/issues/2744
44
+ENVTEST_VERSION="bf15e44028f908c790721fc8fe67c7bf2d06a611"
45
+go install sigs.k8s.io/controller-runtime/tools/setup-envtest@${ENVTEST_VERSION}
46
47
##############
48
# govulncheck
0 commit comments