Skip to content

Commit

Permalink
test: add new Go 1.19 to test matrix (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Aug 3, 2022
1 parent 5f71ed2 commit 40d7efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,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@v3
Expand Down

0 comments on commit 40d7efe

Please sign in to comment.