Skip to content

Commit 94084c9

Browse files
methaneshogo82148
authored andcommitted
Drop Go 1.9 support (go-sql-driver#1017)
* Drop Go 1.9 support * Add test for Go 1.13.
1 parent 15462c1 commit 94084c9

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
54
- 1.10.x
65
- 1.11.x
76
- 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.9 or higher. We aim to support the 3 latest versions of Go.
43+
* Go 1.10 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.9
3+
go 1.10

0 commit comments

Comments
 (0)