We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86f0f4 commit 69e95b9Copy full SHA for 69e95b9
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.1/bin/linux/amd64/kubectl
17
fi
18
chmod +x bin/kubectl
19
export PATH="${REPO_ROOT}/bin:$PATH"
0 commit comments