Update the required go version in the README
Leo Arias committed
Jun 21, 2019 at 10:54 UTC
fd84cb3957b75c77e53ff55cd5f728437f915736
1 file changed
+1
-1
README.md
+1
-1
@@ -139,7 +139,7 @@ PS> scoop install go-ipfs
139
140
#### Install Go
141
142
-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/).
142
+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/).
143
144
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`:
145