From c6964428ff62043c1ca29ec03c66c0cb7ecfe8c2 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 7 Feb 2019 10:45:15 -0800 Subject: [PATCH] travis.yml: update Go 1.10.8 Signed-off-by: Gyuho Lee --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbe4af716..68885cd0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: -- 1.10.7 +- 1.10.8 notifications: on_success: never @@ -23,7 +23,7 @@ env: matrix: fast_finish: true allow_failures: - - go: 1.10.7 + - go: 1.10.8 env: TARGET=linux-386-unit exclude: - go: tip