From 79e917818109bbfd58b161aec200cd573a6517fe Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 1 May 2018 10:08:27 -0700 Subject: [PATCH] travis: use Go 1.10.2 Signed-off-by: Gyuho Lee --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e6b6a5f5..43b351c0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: