From d24acedb5e9c5b53eaec907b8758705b5bfd8e64 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 Aug 2018 21:29:01 -0700 Subject: [PATCH] travis.yml: bump up to Go 1.11 Signed-off-by: Gyuho Lee --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85138136e..48547aa3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: -- 1.10.3 +- 1.11 - tip notifications: @@ -30,13 +30,13 @@ env: matrix: fast_finish: true allow_failures: - - go: 1.10.3 + - go: 1.11 env: TARGET=linux-amd64-grpcproxy - - go: 1.10.3 + - go: 1.11 env: TARGET=linux-amd64-coverage - go: tip env: TARGET=linux-amd64-fmt-unit-go-tip - - go: 1.10.3 + - go: 1.11 env: TARGET=linux-386-unit exclude: - go: tip @@ -57,7 +57,7 @@ matrix: env: TARGET=linux-amd64-grpcproxy - go: tip env: TARGET=linux-amd64-coverage - - go: 1.10.3 + - go: 1.11 env: TARGET=linux-amd64-fmt-unit-go-tip - go: tip env: TARGET=linux-386-unit