Skip to content

Commit 09255fc

Browse files
CI: Update kubectl to v1.32.2. (#12851)
Co-authored-by: Marco Ebert <[email protected]>
1 parent bb98bb9 commit 09255fc

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)