File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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',
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
4242
4343## Requirements
4444
45- * Go 1.21 or higher. We aim to support the 3 latest versions of Go.
45+ * Go 1.22 or higher. We aim to support the 3 latest versions of Go.
4646* MySQL (5.7+) and MariaDB (10.5+) are supported.
4747* [ TiDB] ( https://github.com/pingcap/tidb ) is supported by PingCAP.
4848 * Do not ask questions about TiDB in our issue tracker or forum.
Original file line number Diff line number Diff line change 11module github.com/go-sql-driver/mysql
22
3- go 1.21 .0
3+ go 1.22 .0
44
55require filippo.io/edwards25519 v1.1.0
You can’t perform that action at this time.
0 commit comments