Skip to content

Commit

Permalink
README: Update required Go version
Browse files Browse the repository at this point in the history
It appears that Go version 1.11 is actually required.

License: MIT
Signed-off-by: Matt Joiner <anacrolix@gmail.com>
  • Loading branch information
anacrolix committed Dec 3, 2018
1 parent d34e3c8 commit 69ffb5b
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 @@ -115,7 +115,7 @@ $ sudo snap install ipfs

#### Install Go

The build process for ipfs requires Go 1.10 or higher. If you don't have it: [Download Go 1.10+](https://golang.org/dl/).
The build process for ipfs requires Go 1.11 or higher. If you don't have it: [Download Go 1.11+](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 69ffb5b

Please # to comment.