Skip to content

Commit 4f10ee5

Browse files
julienschmidtBrigitte Lamarche
authored and
Brigitte Lamarche
committed
Drop support for Go 1.6 and lower (go-sql-driver#696)
* Drop support for Go 1.6 and lower * Remove cloneTLSConfig for legacy Go versions
1 parent 93aed73 commit 4f10ee5

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.5
5-
- 1.6
64
- 1.7
75
- 1.8
86
- 1.9

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.5 or higher
43+
* Go 1.7 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
---------------------------------------

utils_legacy.go

-18
This file was deleted.

0 commit comments

Comments
 (0)