From fd84cb3957b75c77e53ff55cd5f728437f915736 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Fri, 21 Jun 2019 10:54:05 -0600 Subject: [PATCH] Update the required go version in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ed3c78382..314ade8455c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ PS> scoop install go-ipfs #### Install Go -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/). +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/). 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`: