Use go 1.8

This commit is contained in:
Daisuke Maki 2017-02-27 11:46:25 +09:00
parent e584efd745
commit 7a558401de
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
language: go
go:
- 1.7.x
- 1.8.x
- tip
sudo: false
cache:

View file

@ -12,6 +12,8 @@ v0.4.8 - unreleased
selected lines.
* `SelectionPrefix` does the equivalent of `--selection-prefix` in the
config file.
Miscellaneous
* Build using go 1.8
v0.4.7 - 17 Dec 2016
Bugs/Fixes