From 0c88bcbfd5286b5d687ae5051220ad1a3df3c3af Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Fri, 8 May 2020 06:10:41 +0200 Subject: [PATCH] Update go version required to build based on mk/golang.mk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17504c18b..8aae778ac 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ To build without GCC, build with `CGO_ENABLED=0` (e.g., `make build CGO_ENABLED= #### Install Go -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/). +The build process for ipfs requires Go 1.14.2 or higher. If you don't have it: [Download Go 1.14+](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`: