Skip to content

Commit

Permalink
feat: add go 1.19 as testing target
Browse files Browse the repository at this point in the history
  • Loading branch information
Slijkhuis committed Oct 5, 2022
1 parent 8390cc3 commit 5ac21ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
tests:
strategy:
matrix:
go: ['1.18', '1.17', '1.16']
go: ['1.19', '1.18', '1.17', '1.16']
platform: [ubuntu-latest] # can not run in windows OS
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 5ac21ee

Please sign in to comment.