@cryptotaxi247 / kubo / commits / cb196d249

README.md: documentation update, requires at least go 1.14.4 now

@RubenKelevra committed Jun 5, 2020 at 03:16 UTC cb196d24955ee89519fcb7d2878bccddfff1c8e3
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.14.2 or higher. If you don't have it: [Download Go 1.14+](https://golang.org/dl/).
173 +The build process for ipfs requires Go 1.14.4 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