travis: use Go 1.9.5

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-03-29 09:07:35 -07:00
parent c522f6060f
commit e5ec25fe0b

View File

@ -6,7 +6,7 @@ sudo: required
services: docker services: docker
go: go:
- "1.9.4" - "1.9.5"
- tip - tip
notifications: notifications:
@ -30,7 +30,7 @@ matrix:
- go: tip - go: tip
env: TARGET=amd64-go-tip env: TARGET=amd64-go-tip
exclude: exclude:
- go: "1.9.4" - go: "1.9.5"
env: TARGET=amd64-go-tip env: TARGET=amd64-go-tip
- go: tip - go: tip
env: TARGET=amd64 env: TARGET=amd64