From 9fda0e55960c5f6c459cd970deb493037ff15d2f Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:48:43 -0800 Subject: [PATCH] Use kind v0.25.0 (#155) 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 bf480ec1..6c43323f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.24.0 + version: v0.25.0 image: kindest/node:${{ matrix.k8s }} - name: Prepare cluster for testing