We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f808edc commit be2b6e8Copy full SHA for be2b6e8
hack/ci/test.sh
@@ -31,7 +31,7 @@ REPO_ROOT=$(pwd)
31
if [[ ! -f "bin/kubectl" ]]; then
32
echo "Downloading kubectl to bin/kubectl"
33
mkdir -p bin/
34
- curl -L -o bin/kubectl https://dl.k8s.io/release/v1.27.0/bin/linux/amd64/kubectl
+ curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
35
fi
36
chmod +x bin/kubectl
37
export PATH="${REPO_ROOT}/bin:$PATH"
0 commit comments