@cryptotaxi247 / kubo / commits / 69ffb5bf9

README: Update required Go version

It appears that Go version 1.11 is actually required. License: MIT Signed-off-by: Matt Joiner <anacrolix@gmail.com>

Matt Joiner committed Dec 3, 2018 at 15:36 UTC 69ffb5bf9eed7369bca1f093a4875c74c1094dd3
1 file changed +1 -1
README.md
+1 -1
@@ -115,7 +115,7 @@ $ sudo snap install ipfs
115
116 #### Install Go
117
118 -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/).
118 +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/).
119
120 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`:
121