From 69ffb5bf9eed7369bca1f093a4875c74c1094dd3 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 3 Dec 2018 15:36:52 +1100 Subject: [PATCH] README: Update required Go version It appears that Go version 1.11 is actually required. License: MIT Signed-off-by: Matt Joiner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51071e5cd8c..5d67356b5cf 100644 --- a/README.md +++ b/README.md @@ -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`: