Go 1.6 is out!
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 17 Feb 2016 22:18:34 +0000 (23:18 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 17 Feb 2016 22:18:54 +0000 (23:18 +0100)
.travis.yml
README.md

index eecfb6a96596b27fe07cc32379192ce1c4e22dee..c0b7881fb39cea9ec018cd846008211e17fc3e6b 100644 (file)
@@ -1,8 +1,8 @@
 language: go
 sudo: false
 go:
-  - 1.4.3
   - 1.5.3
+  - 1.6
   - tip
 os:
   - linux
index 8527b3cd771ab408b1cfad60a574273d26ad17d0..d42c61d9b4dfc12ab630acd8bcac31ee7d5dc34f 100644 (file)
--- 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).