From 504022967d2f3203de0f93e1d4bf71617abf3436 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Mon, 9 Dec 2024 03:11:30 +0000 Subject: [PATCH] Use kind v0.25.0 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 6705d60..1bdf3e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.24.0 + version: v0.25.0 config: hack/kubernetes/kind.yaml image: kindest/node:${{ matrix.k8s }}