From 478b94c6728836d4aef9550e434902b093f5aa69 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 12 Feb 2020 12:31:37 +0100 Subject: [PATCH] Remove specific 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..6e575a6b09 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 a Go version as recent as possible. 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: