Skip to content

Commit be2b6e8

Browse files
authored
Bump kubectl version in test runner
1 parent f808edc commit be2b6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ REPO_ROOT=$(pwd)
3131
if [[ ! -f "bin/kubectl" ]]; then
3232
echo "Downloading kubectl to bin/kubectl"
3333
mkdir -p bin/
34-
curl -L -o bin/kubectl https://dl.k8s.io/release/v1.27.0/bin/linux/amd64/kubectl
34+
curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
3535
fi
3636
chmod +x bin/kubectl
3737
export PATH="${REPO_ROOT}/bin:$PATH"

0 commit comments

Comments
 (0)