From eb932c2083424bcf833e366264fb9edcdc16244d Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 10 Oct 2018 10:17:36 -0700 Subject: [PATCH] travis.yml: use Go 1.10.4 Signed-off-by: Gyuho Lee --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a80c0cbbe..568f7c24f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: -- 1.10.3 +- 1.10.4 notifications: on_success: never @@ -23,7 +23,7 @@ env: matrix: fast_finish: true allow_failures: - - go: 1.10.3 + - go: 1.10.4 env: TARGET=linux-386-unit exclude: - go: tip