From 971ed2f5e235639ba19a3bb06ad6410cbc22fa37 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 29 Mar 2018 09:00:13 -0700 Subject: [PATCH] travis: upgrade Go version to 1.10.1 Signed-off-by: Gyuho Lee --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e2bd416c..a12445069 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: -- "1.10" +- 1.10.1 - tip notifications: @@ -30,7 +30,7 @@ matrix: - go: tip env: TARGET=amd64-go-tip exclude: - - go: "1.10" + - go: 1.10.1 env: TARGET=amd64-go-tip - go: tip env: TARGET=amd64