Skip to content

Commit b91f49c

Browse files
author
Paulo Gomes
committed
Use golang 1.17 for e2e tests
Signed-off-by: Paulo Gomes <[email protected]>
1 parent b637805 commit b91f49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16.x
19+
go-version: 1.17.x
2020
- name: Restore Go cache
2121
uses: actions/cache@v1
2222
with:
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Go
6060
uses: actions/setup-go@v2
6161
with:
62-
go-version: 1.16.x
62+
go-version: 1.17.x
6363
- name: Prepare
6464
id: prep
6565
run: |

0 commit comments

Comments
 (0)