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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user