Skip to content

Commit 6926e0a

Browse files
committed
add Go 1.24 to the test matrix
1 parent 58941dd commit 6926e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
import os
3030
go = [
3131
# Keep the most recent production release at the top
32-
'1.23',
32+
'1.24',
3333
# Older production releases
34+
'1.23',
3435
'1.22',
35-
'1.21',
3636
]
3737
mysql = [
3838
'9.0',

0 commit comments

Comments
 (0)