From 517c15d3e13302b01d4e205eb07bf7fdf7ffe60a Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 21 Sep 2017 20:21:52 +0900 Subject: [PATCH] Documentation: use Go 1.9+ in dl_build.md Signed-off-by: Gyu-Ho Lee --- Documentation/dl_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dl_build.md b/Documentation/dl_build.md index af6ddf25e..ee5877c36 100644 --- a/Documentation/dl_build.md +++ b/Documentation/dl_build.md @@ -10,7 +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.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. +For those wanting to try the very latest version, build etcd from the `master` branch. [Go](https://golang.org/) version 1.9+ 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: