Test 1.31 beta on AWS (#16701)

This commit is contained in:
Harish K 2024-07-30 23:05:11 -06:00 committed by GitHub
parent 09b39323fe
commit 2984669707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
echo "CLUSTER_NAME=${CLUSTER_NAME}"
if [[ -z "${K8S_VERSION:-}" ]]; then
K8S_VERSION="$(curl -s -L https://dl.k8s.io/release/stable.txt)"
K8S_VERSION="$(curl -s -L https://dl.k8s.io/release/latest.txt)"
fi
# A temp patch for kubetest2 https://github.com/kubernetes-sigs/kubetest2/pull/256