diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13fe55941..b06cef33c 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.31.5/bin/linux/amd64/kubectl + curl -LO https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl chmod +x ./kubectl sudo mv ./kubectl /usr/local/bin/kubectl