Skip to content

Commit

Permalink
Default ENVTEST version to a working one (1.24.2)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vincepri committed Dec 6, 2022
1 parent 636fd1f commit f8202bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/check-everything.sh
Expand Up @@ -28,7 +28,7 @@ kb_root_dir=$tmp_root/kubebuilder
${hack_dir}/verify.sh

# Envtest.
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.22.0"}
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.24.2"}

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

0 comments on commit f8202bb

Please sign in to comment.