From c86e1b1a37354813216e99d8d5783e2a08577733 Mon Sep 17 00:00:00 2001 From: Naveen Date: Mon, 12 Mar 2018 14:58:23 -0400 Subject: [PATCH] docs: update INSTALL.md to have Go 1.9 as min required version Fixes #815. --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4440e018..83e3225d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,7 +7,7 @@ * **Go:** `lnd` is written in Go. To install, run one of the following commands: - **Note**: The minimum version of Go supported is Go 1.8. We recommend that + **Note**: The minimum version of Go supported is Go 1.9. We recommend that users use the latest version of Go, which at the time of writing is [`1.10`](https://blog.golang.org/go1.10).