From ef1bef9aa103099d454958da6fbbd9e3473b28c3 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 15 Nov 2016 16:57:25 -0600 Subject: [PATCH] Update README. Pilosa client requires Go 1.7 (context package) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 956e6db22..27813afbe 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Pilosa is a bitmap index database. ## Getting Started -Pilosa requires Go 1.6 or greater. +Pilosa requires Go 1.7 or greater. You can download the source by running `go get`: