From 7234292db1af6350624012ecdd0c40872c042ff4 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 4 Dec 2021 16:44:23 +0100 Subject: [PATCH] build: update kind image Signed-off-by: Christian Kotzbauer --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 877d467..ab3e7d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,9 @@ jobs: fail-fast: false matrix: kubernetes-version: - - 1.20.7 - - 1.21.2 - - 1.22.0 + - "1.20.7" + - "1.21.2" + - "1.22.4" steps: - name: Install Go uses: actions/setup-go@v2