Skip to content

Commit 8f4c5a5

Browse files
CI: Update kubectl to v1.31.5. (#12789)
Co-authored-by: Marco Ebert <[email protected]>
1 parent d9c3b3f commit 8f4c5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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.27.3/bin/linux/amd64/kubectl
175+
curl -LO https://dl.k8s.io/release/v1.31.5/bin/linux/amd64/kubectl
176176
chmod +x ./kubectl
177177
sudo mv ./kubectl /usr/local/bin/kubectl
178178

0 commit comments

Comments
 (0)