Skip to content

Commit

Permalink
Merge pull request #20 from shogo82148/go1.23-is-released
Browse files Browse the repository at this point in the history
add Go 1.23 to the build matrix
  • Loading branch information
shogo82148 authored Aug 14, 2024
2 parents 1a6c633 + f32afa7 commit 9366a0d
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 @@ -12,6 +12,8 @@ jobs:
fail-fast: false
matrix:
go:
- "1.23"
- "1.22"
- "1.21"
- "1.20"
- "1.19"
Expand Down

0 comments on commit 9366a0d

Please sign in to comment.