diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-03-13 18:55:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 18:55:06 +0800 |
commit | aa69ec64d0db3b3db428adbcd0676b0c3dbc9052 (patch) | |
tree | 1529ea8d6b15891446309cb0027595c93bb17d34 | |
parent | b87a68407bb5beeb0b4d9f074ed08fe21f1dc426 (diff) | |
parent | 8a03bf21553e735b1821c6ef92457057a2c365f6 (diff) | |
download | go-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |