From 8fa8d41d799dce38b21e426e0b2f3d31463010d0 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 12 Feb 2020 12:28:25 +0100 Subject: [PATCH] Update go version --- docs/_install-and-build/Build-from-Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_install-and-build/Build-from-Source.md b/docs/_install-and-build/Build-from-Source.md index 022f2d3171..01454be96a 100644 --- a/docs/_install-and-build/Build-from-Source.md +++ b/docs/_install-and-build/Build-from-Source.md @@ -4,7 +4,7 @@ sort_key: B --- -Go Ethereum (as its name implies) is written in [Go](https://golang.org), and as such to build from source code you need to have at least Go 1.7 installed (preferably the latest version, currently at 1.9.2). This guide does not go into details on how to install Go itself, for that please read the [Go installation instructions](https://golang.org/doc/install). +Go Ethereum (as its name implies) is written in [Go](https://golang.org), and as such to build from source code you need to have at least Go 1.11 installed (preferably the latest version, currently at 1.13). This guide does not go into details on how to install Go itself, for that please read the [Go installation instructions](https://golang.org/doc/install). Assuming you have Go installed, you can download our project via: