diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8756034a..071b69a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,10 +29,10 @@ jobs: import os go = [ # Keep the most recent production release at the top - '1.24', + '1.26', # Older production releases - '1.23', - '1.22', + '1.25', + '1.24', ] mysql = [ '9.0', diff --git a/README.md b/README.md index 1d07bde1..3da0538c 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac ## Requirements -* Go 1.22 or higher. We aim to support the 3 latest versions of Go. -* MySQL (5.7+) and MariaDB (10.5+) are supported. +* Go 1.24 or higher. We aim to support the 3 latest versions of Go. +* MySQL (5.7+) and MariaDB (10.5+) are supported by maintainers. * [TiDB](https://github.com/pingcap/tidb) is supported by PingCAP. * Do not ask questions about TiDB in our issue tracker or forum. * [Document](https://docs.pingcap.com/tidb/v6.1/dev-guide-sample-application-golang)