From 5220d87d3b95948f36075bfbe35494e8093900c8 Mon Sep 17 00:00:00 2001 From: Jacopo Andrea Giola Date: Tue, 2 Jan 2024 18:58:20 +0100 Subject: [PATCH] ci: disable testenv 1.29 until support --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de8eaeb..82fbafb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: - "1.26" - "1.27" - "1.28" - - "1.29" + # - "1.29" runs-on: ${{ matrix.os }} env: ENVTEST_K8S_VERSION: ${{matrix.k8s_version}}