update to go 1.13 (#3140)

update to go v.1.13
This commit is contained in:
Alexey A. Leonov 2019-09-29 04:40:07 +02:00 committed by littleskunk
parent 9f082c61b6
commit f94bc8e465

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.12) at [golang.org](https://golang.org).
To get started running Storj locally, download and install the latest release of Go (at least Go 1.13) 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.