From db36be96b37132dff18a4779bb91a0f4131adad8 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 8 Sep 2022 21:18:02 +0300 Subject: [PATCH] README: drop stale Go 1.16 reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d663a2bec..c79aa4f8d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ NeoGo, `:latest` points to the latest release) or build yourself. ### Building -To build NeoGo you need Go 1.16+ and `make`: +To build NeoGo you need Go 1.17+ and `make`: ``` make build