Skip to content

Commit

Permalink
ci: add Go 1.19 and 1.20 to the build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Feb 5, 2023
1 parent 160eccf commit c9c46a1
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
go-version: ['1.16', '1.17', '1.18']
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20']

steps:
- name: Set up Go
Expand Down

0 comments on commit c9c46a1

Please sign in to comment.