From af4e092e324a8a3e88c42649b7158816c7fbdf43 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 16 Feb 2018 15:27:19 -0800 Subject: [PATCH] travis: use Go 1.10 Signed-off-by: Gyuho Lee --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37f707a63..8e2bd416c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: -- 1.9.4 +- "1.10" - tip notifications: @@ -30,7 +30,7 @@ matrix: - go: tip env: TARGET=amd64-go-tip exclude: - - go: 1.9.4 + - go: "1.10" env: TARGET=amd64-go-tip - go: tip env: TARGET=amd64