etcd: Bump to etcd v3.3 and golang 1.9

This moves us to etcd v3.3 (a new major release) which has some useful
features but that requires version 1.9 of golang.
This commit is contained in:
James Shubin
2018-02-15 12:32:22 -05:00
parent 27e51f1bcb
commit 9ba893c06c
10 changed files with 10 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ Once you're familiar with the general idea, please start hacking...
## Quick start
### Installing golang
* You need golang version 1.8 or greater installed.
* You need golang version 1.9 or greater installed.
** To install on rpm style systems: `sudo dnf install golang`
** To install on apt style systems: `sudo apt install golang`
** To install on macOS systems install [Homebrew](https://brew.sh) and run: `brew install go`
@@ -64,7 +64,7 @@ dependencies, _runtime_ dependencies, and additionally, a few extra dependencies
required for running the _test_ suite.
### Build
* `golang` 1.8 or higher (required, available in some distros and distributed
* `golang` 1.9 or higher (required, available in some distros and distributed
as a binary officially by [golang.org](https://golang.org/dl/))
### Runtime