diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bc32f7c..90257f55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - kubernetes: [1.21.14, 1.22.15, 1.23.12, 1.24.6, 1.25.2] + kubernetes: [1.21.14, 1.22.15, 1.23.12, 1.24.6, 1.25.2, 1.28.14, 1.29.9, 1.30.5, 1.31.1] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3