Skip to content

Commit 03603c2

Browse files
committed
Bump to Go 1.17 on CI
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
1 parent b51c87e commit 03603c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2.4.0
2020
- uses: actions/setup-go@v2.1.4
2121
with:
22-
go-version: 1.16
22+
go-version: 1.17
2323
- run: make test
2424

2525
integration-test:
@@ -30,5 +30,5 @@ jobs:
3030
- uses: actions/checkout@v2.4.0
3131
- uses: actions/setup-go@v2.1.4
3232
with:
33-
go-version: 1.16
33+
go-version: 1.17
3434
- run: make integration-test

0 commit comments

Comments
 (0)