From 253a618854d353585a0afc6fb18a437916ca1ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 17 Feb 2016 23:18:34 +0100 Subject: [PATCH] Go 1.6 is out! --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eecfb6a96..c0b7881fb 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 8527b3cd7..d42c61d9b 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).