From a2823fb0f8a31560b234780466e45ad49e4c9dc4 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Thu, 7 Sep 2017 11:10:38 +0300 Subject: [PATCH] Dropped support for Go 1.7 --- .travis.yml | 1 - README.md | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e963f1c..7cc5970 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.7 - 1.8 - 1.9 - master diff --git a/README.md b/README.md index 6af5bc8..ff73571 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Go client for Pilosa high performance distributed bitmap index. ## Change Log +* **next**: + * Dropped support for Go 1.7 + * **v0.5.0** (2017-08-03): * Supports imports and exports. * Introduced schemas. No need to re-define already existing indexes and frames. @@ -35,7 +38,7 @@ Go client for Pilosa high performance distributed bitmap index. ## Requirements -* Go 1.7 and higher +* Go 1.8 and higher ## Install