Use golang 1.17 for e2e tests

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-01-10 11:18:27 +00:00
parent b63780505e
commit b91f49cdcf
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Restore Go cache
uses: actions/cache@v1
with:
@ -59,7 +59,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Prepare
id: prep
run: |