Skip to content

Commit e9f9eba

Browse files
committed
Drop support of Go 1.12
1 parent bcc459a commit e9f9eba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
'1.15',
2828
'1.14',
2929
'1.13',
30-
'1.12',
31-
'1.11',
3230
]
3331
mysql = [
3432
'8.0',

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
4040
* Optional placeholder interpolation
4141

4242
## Requirements
43-
* Go 1.10 or higher. We aim to support the 3 latest versions of Go.
43+
* Go 1.13 or higher. We aim to support the 3 latest versions of Go.
4444
* MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+)
4545

4646
---------------------------------------

0 commit comments

Comments
 (0)