Skip to content

Commit 1fbca2a

Browse files
methanejulienschmidt
authored andcommitted
drop Go 1.8 support (go-sql-driver#936)
* drop Go 1.8 support * travis: add Go 1.12.x
1 parent 2c9d54f commit 1fbca2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8.x
54
- 1.9.x
65
- 1.10.x
76
- 1.11.x
7+
- 1.12.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.8 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
---------------------------------------

0 commit comments

Comments
 (0)