Skip to content

Commit 40d7efe

Browse files
authored
test: add new Go 1.19 to test matrix (#571)
1 parent 5f71ed2 commit 40d7efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
version: [ '1.17', '1.18' ]
19+
version: [ '1.17', '1.18', '1.19' ]
2020
name: Go ${{ matrix.version }}
2121
steps:
2222
- uses: actions/setup-go@v3

0 commit comments

Comments
 (0)