Skip to content

Commit

Permalink
add Go 1.21 and 1.20 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Sep 6, 2023
1 parent 9c49f77 commit 3bd95cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
fail-fast: false
matrix:
go:
- "1.21"
- "1.20"
- "1.19"
- "1.18"
steps:
Expand Down

0 comments on commit 3bd95cb

Please sign in to comment.