Skip to content

Commit 7ed3578

Browse files
authored
CI: Update kubectl to v1.32.2. (#12844)
1 parent 2153cab commit 7ed3578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Prepare Host
174174
run: |
175-
curl -LO https://dl.k8s.io/release/v1.31.5/bin/linux/amd64/kubectl
175+
curl -LO https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
176176
chmod +x ./kubectl
177177
sudo mv ./kubectl /usr/local/bin/kubectl
178178

0 commit comments

Comments
 (0)