From e4d328d835119bbc9005ccd76177e80bd52cad3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 9 Apr 2016 13:16:56 +0200 Subject: [PATCH] docs: Fix Go version in install guide --- docs/content/overview/installing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md index 59f3a6adb..1a517a41f 100644 --- a/docs/content/overview/installing.md +++ b/docs/content/overview/installing.md @@ -1,3 +1,4 @@ + --- aliases: - /doc/installing/ @@ -61,7 +62,7 @@ placed in your `PATH`. ### Prerequisite tools for downloading and building source code * [Git](http://git-scm.com/) -* [Go][] 1.3+ (Go 1.4+ on Windows, see Go [Issue #8090](https://code.google.com/p/go/issues/detail?id=8090)) +* [Go][] 1.5+ ### Get directly from GitHub