Skip to content

Commit 69e95b9

Browse files
committed
chore: update version of kubectl used in tests
We want to use newer kubectl versions in general. This version is also helpful for golden tests because it prefers json over protobuf.
1 parent e86f0f4 commit 69e95b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/update-golden

Lines changed: 1 addition & 1 deletion
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.1/bin/linux/amd64/kubectl
1717
fi
1818
chmod +x bin/kubectl
1919
export PATH="${REPO_ROOT}/bin:$PATH"

0 commit comments

Comments
 (0)