From d4852101d4b767c9a1a8114c716c6ec72ce95045 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 25 Feb 2016 12:42:40 -0600 Subject: [PATCH] Update TravisCI and README for Go 1.6. Now that Go 1.6 has been released, update the required Go version in the README to 1.5 and add Go 1.6 to the configurations tested by TravisCI. Also, while here, update the Go 1.4 and 1.5 versions tested by TravisCI to the latest point releases. --- .travis.yml | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60e70876..4827c2a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: go go: - - 1.4.2 - - 1.5.1 + - 1.4.3 + - 1.5.3 + - 1.6 sudo: false before_install: - gotools=golang.org/x/tools diff --git a/README.md b/README.md index 41d32487..2efacc2e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ active development. ## Requirements -[Go](http://golang.org) 1.3 or newer. +[Go](http://golang.org) 1.5 or newer. ## Installation