Skip to content

Commit bfd41ad

Browse files
author
Achille Roussel
committed
drop support for Go 1.4
1 parent cfbb03b commit bfd41ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.4
54
- 1.5
65
- 1.6
76
- 1.7

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
3939
* Optional placeholder interpolation
4040

4141
## Requirements
42-
* Go 1.4 or higher
42+
* Go 1.5 or higher
4343
* MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+)
4444

4545
---------------------------------------

0 commit comments

Comments
 (0)