aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2019-03-13 18:55:06 +0800
committerGitHub <noreply@github.com>2019-03-13 18:55:06 +0800
commitaa69ec64d0db3b3db428adbcd0676b0c3dbc9052 (patch)
tree1529ea8d6b15891446309cb0027595c93bb17d34
parentb87a68407bb5beeb0b4d9f074ed08fe21f1dc426 (diff)
parent8a03bf21553e735b1821c6ef92457057a2c365f6 (diff)
downloadgo-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.tar
go-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.tar.gz
go-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.tar.bz2
go-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.tar.lz
go-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.tar.xz
go-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.tar.zst
go-tangerine-aa69ec64d0db3b3db428adbcd0676b0c3dbc9052.zip
Merge pull request #19259 from ligi/address_19246
README: Mention go 1.10 as minumum - context #19246
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02a877508..ea8b0a499 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ For prerequisites and detailed build instructions please read the
[Installation Instructions](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum)
on the wiki.
-Building geth requires both a Go (version 1.9 or later) and a C compiler.
+Building geth requires both a Go (version 1.10 or later) and a C compiler.
You can install them using your favourite package manager.
Once the dependencies are installed, run