From 8e58582ddc04d11ecba557b0dace2ab0d56d5453 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Tue, 4 Feb 2025 08:27:13 +0100 Subject: [PATCH] CI: Update `kubectl` to v1.31.5. (#12786) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4e035e79..e0847bff7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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