Skip to content

Commit

Permalink
Drop support for Go 1.6 and lower (go-sql-driver#696)
Browse files Browse the repository at this point in the history
* Drop support for Go 1.6 and lower

* Remove cloneTLSConfig for legacy Go versions
  • Loading branch information
julienschmidt committed Nov 12, 2017
1 parent fade210 commit 9492218
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
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.5 or higher
* Go 1.7 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
18 changes: 0 additions & 18 deletions utils_legacy.go

This file was deleted.

0 comments on commit 9492218

Please sign in to comment.