From 3b70c89e079b4264abaad5af356856d613616b70 Mon Sep 17 00:00:00 2001 From: Emmanuel Odeke Date: Thu, 28 Dec 2017 23:26:42 -0700 Subject: [PATCH] README: document the minimum Go version Solidify in writing, the minimum Go version that we support, as Go1.9. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c6ece82f0..1a4cc00cb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ and securely replicates it on many machines. For more information, from introduction to install to application development, [Read The Docs](https://tendermint.readthedocs.io/en/master/). +## Minimum requirements + +Requirement|Notes +---|--- +Go version | Go1.9 or higher + ## Install To download pre-built binaries, see our [downloads page](https://tendermint.com/downloads).