From 4959663f90d96017bc3cf31ad0aa83f6fb340634 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 25 Apr 2017 17:04:54 -0700 Subject: [PATCH] Documentation: require Go 1.8+ for build Signed-off-by: Gyu-Ho Lee --- Documentation/dl_build.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Documentation/dl_build.md b/Documentation/dl_build.md index 500f0d3d6..3600d5c25 100644 --- a/Documentation/dl_build.md +++ b/Documentation/dl_build.md @@ -10,16 +10,7 @@ The easiest way to get etcd is to use one of the pre-built release binaries whic ## Build the latest version -For those wanting to try the very latest version, build etcd from the `master` branch. [Go](https://golang.org/) version 1.7+ is required to build the latest version of etcd. To ensure etcd is built against well-tested libraries, etcd vendors its dependencies for official release binaries. However, etcd's vendoring is also optional to avoid potential import conflicts when embedding the etcd server or using the etcd client. - -First, confirm go 1.7+ is installed: - -```sh -# go is required -$ go version -go version go1.7.3 darwin/amd64 - -``` +For those wanting to try the very latest version, build etcd from the `master` branch. [Go](https://golang.org/) version 1.8+ is required to build the latest version of etcd. To ensure etcd is built against well-tested libraries, etcd vendors its dependencies for official release binaries. However, etcd's vendoring is also optional to avoid potential import conflicts when embedding the etcd server or using the etcd client. To build `etcd` from the `master` branch without a `GOPATH` using the official `build` script: