Update Readme to actual needed Go Version (#2415)

This commit is contained in:
Stefan Benten 2019-07-02 10:50:36 +02:00 committed by Ivan Fraixedes
parent a2362f92dc
commit 13fcbb6558

View File

@ -42,7 +42,7 @@ See the breakdown of what we're building by checking out the following resources
### Install required packages
To get started running Storj locally, download and install the latest release of Go (at least Go 1.11) at [golang.org](https://golang.org).
To get started running Storj locally, download and install the latest release of Go (at least Go 1.12) at [golang.org](https://golang.org).
You will also need [Git](https://git-scm.com/). (`brew install git`, `apt-get install git`, etc).
If you're building on Windows, you also need to install and have [gcc](https://gcc.gnu.org/install/binaries.html) setup correctly.