Skip to content

Commit

Permalink
test: add new Go 1.19 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Aug 3, 2022
1 parent 9327906 commit 8747cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '1.17', '1.18' ]
version: [ '1.17', '1.18', '1.19' ]
name: Go ${{ matrix.version }}
steps:
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 8747cc8

Please sign in to comment.