Skip to content

Commit 17d1aad

Browse files
committed
Revert "Drop Go 1.9 support (go-sql-driver#1017)"
This reverts commit 94084c9.
1 parent 1edf8de commit 17d1aad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
sudo: false
22
language: go
33
go:
4+
- 1.9.x
45
- 1.10.x
56
- 1.11.x
67
- 1.12.x
7-
- 1.13.x
88
- master
99

1010
before_install:

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.9 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
---------------------------------------

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/go-sql-driver/mysql
22

3-
go 1.10
3+
go 1.9

0 commit comments

Comments
 (0)