Skip to content

Commit f808edc

Browse files
committed
Match kubectl version in tests with client-go version
1 parent 9b8cc00 commit f808edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/update-golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd "${REPO_ROOT}"
1313
if [[ ! -f "bin/kubectl" ]]; then
1414
echo "Downloading kubectl to bin/kubectl"
1515
mkdir -p bin/
16-
curl -L -o bin/kubectl https://dl.k8s.io/release/v1.26.0/bin/linux/amd64/kubectl
16+
curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
1717
fi
1818
chmod +x bin/kubectl
1919
export PATH="${REPO_ROOT}/bin:$PATH"

0 commit comments

Comments
 (0)