From: Bjørn Erik Pedersen Date: Wed, 17 Feb 2016 22:18:34 +0000 (+0100) Subject: Go 1.6 is out! X-Git-Tag: v0.16~320 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=253a618854d353585a0afc6fb18a437916ca1ea6;p=brevno-suite%2Fhugo Go 1.6 is out! --- diff --git a/.travis.yml b/.travis.yml index eecfb6a9..c0b7881f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go sudo: false go: - - 1.4.3 - 1.5.3 + - 1.6 - tip os: - linux diff --git a/README.md b/README.md index 8527b3cd..d42c61d9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Use the [installation instructions in the Hugo documentation](http://gohugo.io/o * [Git](https://git-scm.com/) * [Mercurial](https://www.mercurial-scm.org/) - * [Go][] 1.4+ + * [Go][] 1.5+ 2. [Fork the Hugo project on GitHub](https://github.com/spf13/hugo).