From 95f688db5a2d5a7c9191cac682e75750462e50e9 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 12 Feb 2020 12:58:59 +0100 Subject: [PATCH] [DOCS] Avoid mentioning a specific Go version (#20659) --- 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: