We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8cc00 commit f808edcCopy full SHA for f808edc
dev/update-golden
@@ -13,7 +13,7 @@ cd "${REPO_ROOT}"
13
if [[ ! -f "bin/kubectl" ]]; then
14
echo "Downloading kubectl to bin/kubectl"
15
mkdir -p bin/
16
- curl -L -o bin/kubectl https://dl.k8s.io/release/v1.26.0/bin/linux/amd64/kubectl
+ curl -L -o bin/kubectl https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
17
fi
18
chmod +x bin/kubectl
19
export PATH="${REPO_ROOT}/bin:$PATH"
0 commit comments