Support running e2e testing on k8s 1.23.0

Support running e2e testing on k8s 1.23.0

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
pull/4519/head
Wenkai Yin(尹文开) 2022-01-12 16:34:47 +08:00
parent 0094303fa5
commit a246be48c0
1 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
id: go
# Look for a CLI that's made for this PR
- name: Fetch built CLI
@ -69,12 +69,13 @@ jobs:
- 1.20.2
- 1.21.1
- 1.22.0
- 1.23.0
fail-fast: false
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
id: go
- name: Check out the code
uses: actions/checkout@v2