We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90cacd commit 6ca2530Copy full SHA for 6ca2530
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
sudo apt-get -qq update || true
41
sudo apt-get install -y bzr
42
- curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/linux/amd64/kubectl
+ curl -LO https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl
43
chmod +x ./kubectl
44
sudo mv ./kubectl /usr/local/bin/kubectl
45
0 commit comments