From b7b0a437f1395c095f6bb3c400c6c0f024d451d3 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Tue, 21 May 2024 06:45:14 +0800 Subject: [PATCH] ci: add k8s 1.28/1.29/1.30 integration test Signed-off-by: JenTing Hsiao --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b39032..6c51a7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,9 @@ jobs: - v1.25.8 - v1.26.3 - v1.27.0 + - v1.28.9 + - v1.29.4 + - v1.30.0 steps: - name: Check out code into the Go module directory uses: actions/checkout@v3