From b6073228b8f6a7c966fb81fa3e0c1caa4b5d590e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sun, 16 Feb 2025 21:29:23 +0000 Subject: [PATCH] Test against k8s 1.32 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 273e3d0ca..5f2b1db9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.25.0 + version: v0.27.0 image: kindest/node:${{ matrix.k8s }} - name: Prepare cluster for testing