diff options
author | a-sklyarov <sasho.alex.sk@gmail.com> | 2018-11-21 18:38:49 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-11-21 18:38:49 +0800 |
commit | c7e522fd17040485a5c2966c45a5c45c0558945e (patch) | |
tree | fc8bc3f09731a44be5101526bbe45fe510909e6c | |
parent | 5d80a1b6652b1c5eb50b73e9582d9000829d7c9a (diff) | |
download | go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.tar go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.gz go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.bz2 go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.lz go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.xz go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.tar.zst go-tangerine-c7e522fd17040485a5c2966c45a5c45c0558945e.zip |
Update minimum required Go version in README.md (#18151)
-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.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 |