aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora-sklyarov <sasho.alex.sk@gmail.com>2018-11-21 18:38:49 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-21 18:38:49 +0800
commitc7e522fd17040485a5c2966c45a5c45c0558945e (patch)
treefc8bc3f09731a44be5101526bbe45fe510909e6c /README.md
parent5d80a1b6652b1c5eb50b73e9582d9000829d7c9a (diff)
downloaddexon-c7e522fd17040485a5c2966c45a5c45c0558945e.tar
dexon-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.gz
dexon-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.bz2
dexon-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.lz
dexon-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.xz
dexon-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.zst
dexon-c7e522fd17040485a5c2966c45a5c45c0558945e.zip
Update minimum required Go version in README.md (#18151)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f308fb101..4b62bfde0 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.7 or later) and a C compiler.
+Building geth requires both a Go (version 1.9 or later) and a C compiler.
You can install them using your favourite package manager.
Once the dependencies are installed, run