Skip to content

Commit f8202bb

Browse files
committed
Default ENVTEST version to a working one (1.24.2)
The current specified version, 1.22.0, doesn't actually exist and was never built in kubebuilder-tools. Signed-off-by: Vince Prignano <vince@prigna.com>
1 parent 636fd1f commit f8202bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kb_root_dir=$tmp_root/kubebuilder
2828
${hack_dir}/verify.sh
2929

3030
# Envtest.
31-
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.22.0"}
31+
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.24.2"}
3232

3333
header_text "installing envtest tools@${ENVTEST_K8S_VERSION} with setup-envtest if necessary"
3434
tmp_bin=/tmp/cr-tests-bin

0 commit comments

Comments
 (0)