Skip to content

Commit 1c6c7a2

Browse files
authored
Merge pull request #725 from takumin/add-go-1.19-test-matrix
Add go1.19 test matrix
2 parents 36c03f5 + 14a0970 commit 1c6c7a2

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.18, 1.17, 1.16 ]
8+
go: [ 1.19, 1.18, 1.17, 1.16 ]
99
name: Tests Go ${{ matrix.go }}
1010
runs-on: ubuntu-18.04
1111

0 commit comments

Comments
 (0)