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:

committed by
Gabriel Rosenhouse

parent
8e0f961576
commit
6cb23dc489
@ -3,8 +3,8 @@ sudo: required
|
||||
dist: trusty
|
||||
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Reference in New Issue
Block a user