From 73ef0cde013f9fe93abe1cba0107fa3d291e288e Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Sat, 30 Jan 2021 13:30:10 +0100 Subject: [PATCH] Update travis to use 1.15.7 go version. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecfffe14e..18149c3c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: required services: docker go: - - 1.14.3 + - 1.15.7 - tip notifications: @@ -30,13 +30,13 @@ env: matrix: fast_finish: true allow_failures: - - go: 1.14.3 + - go: 1.15.7 env: TARGET=linux-amd64-grpcproxy - - go: 1.14.3 + - go: 1.15.7 env: TARGET=linux-amd64-coverage - go: tip env: TARGET=linux-amd64-fmt-unit-go-tip-2-cpu - - go: 1.14.3 + - go: 1.15.7 env: TARGET=linux-386-unit-1-cpu exclude: - go: tip