File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : dominikh/staticcheck-action@v1.3.0
19
- with :
20
- version : " 2023.1.6"
18
+ - uses : dominikh/staticcheck-action@v1.3.1
21
19
22
20
list :
23
21
runs-on : ubuntu-latest
@@ -31,10 +29,10 @@ jobs:
31
29
import os
32
30
go = [
33
31
# Keep the most recent production release at the top
34
- '1.22 ',
32
+ '1.23 ',
35
33
# Older production releases
34
+ '1.22',
36
35
'1.21',
37
- '1.20',
38
36
]
39
37
mysql = [
40
38
'9.0',
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
41
41
42
42
## Requirements
43
43
44
- * Go 1.20 or higher. We aim to support the 3 latest versions of Go.
44
+ * Go 1.21 or higher. We aim to support the 3 latest versions of Go.
45
45
* MySQL (5.7+) and MariaDB (10.5+) are supported.
46
46
* [ TiDB] ( https://github.com/pingcap/tidb ) is supported by PingCAP.
47
47
* Do not ask questions about TiDB in our issue tracker or forum.
Original file line number Diff line number Diff line change 1
1
module github.com/go-sql-driver/mysql
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require filippo.io/edwards25519 v1.1.0
You can’t perform that action at this time.
0 commit comments