Skip to content

Commit

Permalink
Drop Go 1.9 support (go-sql-driver#1017)
Browse files Browse the repository at this point in the history
* Drop Go 1.9 support

* Add test for Go 1.13.
  • Loading branch information
methane authored and tz70s committed Sep 5, 2020
1 parent ef61903 commit a1acc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,10 +1,10 @@
sudo: false
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- master

before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
* Optional placeholder interpolation

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

---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/go-sql-driver/mysql

go 1.9
go 1.10

0 comments on commit a1acc60

Please sign in to comment.