build: use go 1.9.4 and 1.10 for travis builds
This commit is contained in:
parent
501929d3d0
commit
672f737332
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- "1.9.4"
|
||||
- "1.10"
|
||||
sudo: false
|
||||
install:
|
||||
- go get -d -t -v ./...
|
||||
|
|
Loading…
Reference in a new issue