Merge pull request #4519 from ywk253100/220112_ci

Support running e2e testing on k8s 1.23.0
This commit is contained in:
qiuming
2022-01-13 09:44:46 +08:00
committed by GitHub

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