aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-03-22 22:52:44 +0800
committerFelix Lange <fjl@twurst.com>2017-03-22 23:00:16 +0800
commitda7af440609229b269bea41a8041cb25da4f12e8 (patch)
tree1aea5a79ea750b30fd4d8f2a5338db7ba413894a /README.md
parent6742fc526f3e1ae985d82a1781df4267485e2c70 (diff)
downloaddexon-da7af440609229b269bea41a8041cb25da4f12e8.tar
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.gz
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.bz2
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.lz
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.xz
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.zst
dexon-da7af440609229b269bea41a8041cb25da4f12e8.zip
build: require Go >= 1.7
We have decided to bump the requirement to Go 1.7 because it enables subtests and allows dropping backwards-compatibility code. This is in line with Go's support policy. Go 1.6 and earlier no longer receive security updates.
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 3241d2250..34522fc06 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,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 and a C compiler.
+Building geth requires both a Go (version 1.7 or later) and a C compiler.
You can install them using your favourite package manager.
Once the dependencies are installed, run