diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee420bb4..ed30e01e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.17.0 + version: v0.24.0 image: kindest/node:${{ matrix.k8s }} - name: Prepare cluster for testing