Skip to content

Commit

Permalink
Include Go 1.19 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Aug 9, 2022
1 parent 46f08cf commit 3cf3385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go_version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
go_version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 3cf3385

Please sign in to comment.