travis: bump golang versions

- test against Go 1.10
- stop testing against Go 1.8

since Go language maintainers no longer support 1.8
see: https://golang.org/doc/devel/release.html#policy
This commit is contained in:
Gabe Rosenhouse
2018-02-17 18:39:42 -08:00
committed by Gabriel Rosenhouse
parent 8e0f961576
commit 6cb23dc489
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ sudo: required
dist: trusty
go:
- 1.8.x
- 1.9.x
- 1.10.x
env:
global: