docs: Change go required version to 1.8
This commit is contained in:
committed by
Juan Luis de Sousa-Valadas Castaño
parent
0edba74091
commit
9f66962bfb
@@ -21,7 +21,8 @@ dependencies, _runtime_ dependencies, and additionally, a few extra dependencies
|
|||||||
required for running the _test_ suite.
|
required for running the _test_ suite.
|
||||||
|
|
||||||
### Build
|
### 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:
|
* golang libraries (required, available with `go get ./...`) a partial list includes:
|
||||||
```
|
```
|
||||||
github.com/coreos/etcd/client
|
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`
|
* golint `github.com/golang/lint/golint`
|
||||||
|
|
||||||
## Quick start
|
## 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:
|
* If you do not have a GOPATH yet, create one and export it:
|
||||||
```
|
```
|
||||||
mkdir $HOME/gopath
|
mkdir $HOME/gopath
|
||||||
|
|||||||
Reference in New Issue
Block a user