From 15d9bfa8ba2ce929cdb2d77637380a886be5aebb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sun, 31 Aug 2025 10:11:19 +0000 Subject: [PATCH] Test against k8s 1.34 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 bbe282c05f..cd54c02da8 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.33.2] + k8s: [v1.28.15, v1.30.13, v1.32.5, v1.34.0] steps: - name: Set up Go 1.25 uses: actions/setup-go@v5