From a32f144fab5660a010ba6ddd3c72a6c4f2542dc3 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Wed, 10 Jun 2020 23:37:50 +0200 Subject: [PATCH] fix the minimal go version under 'Build from Source' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00548dbb0e4..ae3b36f2004 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ PS> scoop install go-ipfs ### Build from Source -go-ipfs's build system requires Go 1.13 and some standard POSIX build tools: +go-ipfs's build system requires Go 1.14.2 and some standard POSIX build tools: * GNU make * Git