From 9f66962bfb47f3d70aafb8df44ac85a40882d7f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan-Luis=20de=20Sousa-Valadas=20Casta=C3=B1o?= Date: Thu, 31 Aug 2017 23:32:22 +0200 Subject: [PATCH] docs: Change go required version to 1.8 --- docs/quick-start-guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 1039889e..64f4918d 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -21,7 +21,8 @@ dependencies, _runtime_ dependencies, and additionally, a few extra dependencies required for running the _test_ suite. ### Build -* `golang` 1.6 or higher (required, available in most distros) +* `golang` 1.8 or higher (required, available in some distros and distributed + as a binary officially by [golang.org](https://golang.org/dl/)) * golang libraries (required, available with `go get ./...`) a partial list includes: ``` github.com/coreos/etcd/client @@ -60,7 +61,7 @@ For building a visual representation of the graph, `graphviz` is required. * golint `github.com/golang/lint/golint` ## Quick start -* Make sure you have golang version 1.6 or greater installed. +* Make sure you have golang version 1.8 or greater installed. * If you do not have a GOPATH yet, create one and export it: ``` mkdir $HOME/gopath