Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Dropped support for Go 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Sep 7, 2017
1 parent df3f17e commit a2823fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go
go:
- 1.7
- 1.8
- 1.9
- master
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit a2823fb

Please sign in to comment.