Skip to content

Commit 256a126

Browse files
committed
Add Go 1.8 test, and drop 1.2~1.4
1 parent 2e00b5c commit 256a126

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.2
5-
- 1.3
6-
- 1.4
74
- 1.5
85
- 1.6
96
- 1.7
7+
- 1.8
108
- tip
119

1210
before_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
3737
* Optional placeholder interpolation
3838

3939
## Requirements
40-
* Go 1.2 or higher
40+
* Go 1.5 or higher
4141
* MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+)
4242

4343
---------------------------------------

0 commit comments

Comments
 (0)