Skip to content

Commit

Permalink
Add Go 1.18 and Go 1.19 to tested Go versions (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuin committed Nov 17, 2022
1 parent 1bdfe3f commit 504804f
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x']
go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.18.x', '1.19.x']

steps:
- name: Set up Go
Expand Down

0 comments on commit 504804f

Please sign in to comment.