diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c5a38db15..b320669be 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -35,13 +35,13 @@ jobs: uses: helm/kind-action@v1.5.0 with: install_only: true - version: v0.17.0 + version: v0.24.0 - name: Setup Kind run: | ./ci/setup-kind.sh skv2-test-remote - uses: azure/setup-kubectl@v3 with: - version: 'v1.24.7' + version: 'v1.31.0' - name: Install deps for codegen run: | make install-tools diff --git a/changelog/v0.41.0/go-1.23-k8s-1.32.yaml b/changelog/v0.41.0/go-1.23-k8s-1.31.yaml similarity index 100% rename from changelog/v0.41.0/go-1.23-k8s-1.32.yaml rename to changelog/v0.41.0/go-1.23-k8s-1.31.yaml