@cryptotaxi247 / kubo / commits / 0c88bcbfd

Update go version required to build

based on mk/golang.mk

Bernhard M. Wiedemann committed May 8, 2020 at 06:10 UTC 0c88bcbfd5286b5d687ae5051220ad1a3df3c3af
1 file changed +1 -1
README.md
+1 -1
@@ -170,7 +170,7 @@ To build without GCC, build with `CGO_ENABLED=0` (e.g., `make build CGO_ENABLED=
170
171 #### Install Go
172
173 -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/).
173 +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/).
174
175 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`:
176