From 65eff1203d218c82a2ebaf021edd19fce7711c06 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 24 Jan 2019 00:01:46 -0800 Subject: [PATCH] Update Go version from v1.11.1 to v1.11.5 * Push container images built with Go v1.11.5 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3449035..878d71d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: go: - 1.10.x - 1.11.x - - 1.11.1 + - 1.11.5 - tip matrix: allow_failures: @@ -20,6 +20,6 @@ deploy: skip_cleanup: true on: branch: master - go: '1.11.1' + go: '1.11.5' notifications: email: change