From 1c379d1e3ccca528b08cb06ae7c6fe3ed1a4fc0b Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Wed, 13 Mar 2019 15:32:50 +0900 Subject: [PATCH 1/2] drop Go 1.8 support --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75505f144..b6259d2a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: go go: - - 1.8.x - 1.9.x - 1.10.x - 1.11.x diff --git a/README.md b/README.md index 999ff4c2c..7b435be7b 100644 --- a/README.md +++ b/README.md @@ -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.8 or higher. We aim to support the 3 latest versions of Go. + * Go 1.9 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+) --------------------------------------- From bb2609c6d3524fa174f3181698d71d23c382e90d Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Wed, 13 Mar 2019 15:38:16 +0900 Subject: [PATCH 2/2] travis: add Go 1.12.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b6259d2a1..8f653936b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x - master before_install: