From a8d7f3f3ebb6a0e96cae9478f68c79027b5ff39d Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Wed, 14 Aug 2024 19:37:30 +0800 Subject: [PATCH] chore: add k8s v1.31 CI test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c51a7b..05155b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: go: - '1.21' - '1.22' + - '1.23' runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory @@ -44,6 +45,7 @@ jobs: - v1.28.9 - v1.29.4 - v1.30.0 + - v1.31.0 steps: - name: Check out code into the Go module directory uses: actions/checkout@v3