Skip to content

Commit

Permalink
Update env test
Browse files Browse the repository at this point in the history
  • Loading branch information
ary1992 committed Aug 27, 2023
1 parent 18df9fa commit b64fc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/prepare-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.26"}
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.27"}

echo "> Installing envtest tools@${ENVTEST_K8S_VERSION} with setup-envtest if necessary"
if ! command -v setup-envtest &> /dev/null ; then
Expand Down

0 comments on commit b64fc37

Please sign in to comment.