From e439e703c316655f8941fa0812064d6c0a38ef6b Mon Sep 17 00:00:00 2001 From: Saj Goonatilleke Date: Fri, 25 Nov 2016 18:22:45 +1100 Subject: [PATCH] Build with Go 1.7 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3eafbd..d3192a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: + - 1.7 - 1.6 - 1.5 - 1.4 diff --git a/README.md b/README.md index f17005c..6f1c127 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,4 @@ func main() { # Language version -Requires go >= 1.0; tested with versions up to 1.6. +Requires go >= 1.0; tested with versions up to 1.7.