Skip to content

Commit a7332a9

Browse files
authored
Merge pull request #683 from moredure/patch-2
Add 1.17 version into the test matrix
2 parents 8914554 + 2eb855c commit a7332a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ 1.16, 1.15 ]
8+
go: [ 1.17, 1.16, 1.15 ]
99
name: Tests Go ${{ matrix.go }}
1010
runs-on: ubuntu-18.04
1111

0 commit comments

Comments
 (0)