Skip to content

Commit

Permalink
drop Go 1.8 support (#936)
Browse files Browse the repository at this point in the history
* drop Go 1.8 support

* travis: add Go 1.12.x
  • Loading branch information
methane authored and julienschmidt committed Mar 15, 2019
1 parent 2c9d54f commit 1fbca2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.8 or higher. We aim to support the 3 latest versions of Go.
* Go 1.9 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

0 comments on commit 1fbca2a

Please sign in to comment.