We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3565dee commit 2e76bf2Copy full SHA for 2e76bf2
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
sudo mv yqq /usr/local/bin/yqq
34
pipx install yq
35
# install kubectl
36
- curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.21.1/bin/linux/amd64/kubectl
+ curl -LO https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl
37
chmod +x ./kubectl
38
sudo mv ./kubectl /usr/local/bin/kubectl
39
0 commit comments