Skip to content

Commit

Permalink
Merge pull request #7289 from bmwiedemann/readme
Browse files Browse the repository at this point in the history
Update go version required to build
  • Loading branch information
Stebalien committed May 8, 2020
2 parents 3339ce3 + 0c88bcb commit ae92fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ To build without GCC, build with `CGO_ENABLED=0` (e.g., `make build CGO_ENABLED=

#### Install Go

The build process for ipfs requires Go 1.12 or higher. If you don't have it: [Download Go 1.12+](https://golang.org/dl/).
The build process for ipfs requires Go 1.14.2 or higher. If you don't have it: [Download Go 1.14+](https://golang.org/dl/).

You'll need to add Go's bin directories to your `$PATH` environment variable e.g., by adding these lines to your `/etc/profile` (for a system-wide installation) or `$HOME/.profile`:

Expand Down

0 comments on commit ae92fdc

Please sign in to comment.