CI: Update kubectl
to v1.32.2. (#12844)
This commit is contained in:
parent
2153cab0bb
commit
7ed3578b61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
||||||
|
|
||||||
- name: Prepare Host
|
- name: Prepare Host
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://dl.k8s.io/release/v1.31.5/bin/linux/amd64/kubectl
|
curl -LO https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
|
||||||
chmod +x ./kubectl
|
chmod +x ./kubectl
|
||||||
sudo mv ./kubectl /usr/local/bin/kubectl
|
sudo mv ./kubectl /usr/local/bin/kubectl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue