aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorligi <ligi@ligi.de>2019-03-12 23:49:07 +0800
committerligi <ligi@ligi.de>2019-03-12 23:52:26 +0800
commit8a03bf21553e735b1821c6ef92457057a2c365f6 (patch)
tree53106bdf19ff18108578f93c021d015a36b61ca1
parent4eee99aac5d890602a8dc8c5b8ff55670bb2d1fd (diff)
downloadgo-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar
go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.gz
go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.bz2
go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.lz
go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.xz
go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.zst
go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.zip
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 7593dd090..a958983e5 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