From dc22db2b4200e67bf5daf1233088b64825c23c4c Mon Sep 17 00:00:00 2001 From: aarzilli Date: Wed, 9 Aug 2017 15:31:06 +0200 Subject: [PATCH] Documentation: After the go1.9 support PR delve no longer builds on <1.7. --- Documentation/installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/installation/README.md b/Documentation/installation/README.md index f614b9de..03c93947 100644 --- a/Documentation/installation/README.md +++ b/Documentation/installation/README.md @@ -1,6 +1,6 @@ # Installation -Directions for installing Delve on all supported platforms is provided here. Please note you *must* have Go 1.5 or higher installed. Also, if using Go 1.5 you must set `GO15VENDOREXPERIMENT=1` before attempting to install. +Directions for installing Delve on all supported platforms is provided here. Please note you *must* have Go 1.7 or higher installed. - [OSX](osx/install.md) - [Linux](linux/install.md)