CI: Update kubectl to v1.31.5.

This commit is contained in:
Marco Ebert 2025-02-04 07:25:35 +01:00 committed by k8s-infra-cherrypick-robot
parent d9c3b3fabf
commit 8ec49e22ca

View file

@ -172,7 +172,7 @@ jobs:
- name: Prepare Host
run: |
curl -LO https://dl.k8s.io/release/v1.27.3/bin/linux/amd64/kubectl
curl -LO https://dl.k8s.io/release/v1.31.5/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl