From 53e15da0ce2a5858ee149d8ae3f1a6f461a6bf75 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:23:02 -0700 Subject: [PATCH] Use KIND v0.24.0 (#91) Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c34197a..7b14676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.17.0 + version: v0.24.0 config: hack/kubernetes/kind.yaml image: kindest/node:${{ matrix.k8s }}