From e1c25849767144547cc75b9b2d476a125ed54746 Mon Sep 17 00:00:00 2001 From: Dan Jahner Date: Wed, 22 Mar 2017 17:57:02 -0700 Subject: [PATCH] Added golang 1.8 warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6db18ef6..d35a3fb8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ See additional repos for more info: ### Building the CLI: +_NOTICE: Golang version 1.8 is not currently supported._ + `make` (first time only to get dependencies, will also run specs) `make build`