Skip to content

Commit

Permalink
add Go 1.24 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 9, 2025
1 parent 58941dd commit 6926e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
import os
go = [
# Keep the most recent production release at the top
'1.23',
'1.24',
# Older production releases
'1.23',
'1.22',
'1.21',
]
mysql = [
'9.0',
Expand Down

0 comments on commit 6926e0a

Please sign in to comment.