* fix boilerplate verification * fix go fmt error * fix go mod error * bump e2e-test-runner version * bump github ci workflow to go 1.17 * bump go.mod to 1.17
This commit is contained in:
parent
f3c50698d9
commit
f44bbe9b03
10 changed files with 112 additions and 6 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -65,11 +65,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go 1.16
|
||||
- name: Set up Go 1.17
|
||||
id: go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.17
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue