travis: use Go 1.10.2

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-05-01 10:08:27 -07:00
parent 18e1686bdf
commit 79e9178181
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ sudo: required
services: docker
go:
- 1.10.1
- 1.10.2
- tip
notifications:
@ -65,7 +65,7 @@ matrix:
env: TARGET=linux-arm64-build
- go: tip
env: TARGET=linux-ppc64le-build
- go: 1.10.1
- go: 1.10.2
env: TARGET=linux-amd64-fmt-unit-go-tip
before_install: