Skip to content

Commit accc7da

Browse files
authored
Merge pull request #1277 from anajavi/patch-1
ci: add go 1.17 to test matrix
2 parents 22d63b7 + 0926db1 commit accc7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 10
2929
strategy:
3030
matrix:
31-
go-version: [1.16.x]
31+
go-version: [1.17.x]
3232
platform: [ubuntu-latest]
3333
runs-on: ${{ matrix.platform }}
3434
steps:
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 10
4848
strategy:
4949
matrix:
50-
go-version: [1.14.x, 1.15.x, 1.16.x]
50+
go-version: [1.17.x]
5151
platform: [ubuntu-latest, windows-latest]
5252
runs-on: ${{ matrix.platform }}
5353
steps:

0 commit comments

Comments
 (0)