From 114bf58dad8e644e2f9d2211f2471ee7f9eba90f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 18 Dec 2025 09:41:29 +0000 Subject: [PATCH] Test against k8s 1.35 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd54c02da8..8fcd3e711f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - k8s: [v1.28.15, v1.30.13, v1.32.5, v1.34.0] + k8s: [v1.29.14, v1.31.14, v1.33.7, v1.35.0] steps: - name: Set up Go 1.25 uses: actions/setup-go@v5 @@ -35,7 +35,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.29.0 + version: v0.31.0 image: kindest/node:${{ matrix.k8s }} - name: Prepare Host