Update the required Go version

This commit is contained in:
Mike Arpaia 2017-11-13 09:25:42 -07:00 committed by GitHub
parent 76ce270cbd
commit 1819a8d867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ Building The Code
To setup a working local development environment, you must install the following minimum toolset:
* [Go](https://golang.org/dl/) (1.8 or greater)
* [Go](https://golang.org/dl/) (1.9 or greater)
* [Node.js](https://nodejs.org/en/download/current/) and [Yarn](https://yarnpkg.com/en/docs/install)
* [GNU Make](https://www.gnu.org/software/make/)
* [Docker](https://www.docker.com/products/overview#/install_the_platform)