Skip to content

Commit

Permalink
bump envtest k8s version to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Apr 11, 2024
1 parent ad60751 commit 0b8a59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -z "$SOURCE_PATH" ]; then
fi
export SOURCE_PATH="$(readlink -f "$SOURCE_PATH")"

ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.28"}
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.29"}
GO_TEST_ADDITIONAL_FLAGS=${GO_TEST_ADDITIONAL_FLAGS:-""}

OS=${OS:-$(go env GOOS)}
Expand Down

0 comments on commit 0b8a59b

Please sign in to comment.