update to test against k8s 1.2{1,2,3} kind images

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2021-12-08 09:59:01 +01:00
parent 0763cdd95a
commit 997794eaac
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -106,9 +106,9 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- "1.20"
- "1.21"
- "1.22"
- "1.23"
steps:
- uses: actions/checkout@v2
- name: Find go version
+1 -1
View File
@@ -74,9 +74,9 @@ jobs:
strategy:
matrix:
kubernetes:
- "1.20"
- "1.21"
- "1.22"
- "1.23"
steps:
- uses: actions/checkout@v2
- name: Find go version