From d32ff16fd61f55874e81d73759afa099b8bdcb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 25 Aug 2018 11:26:19 +0200 Subject: Update Travis to Go 1.11 and Go 1.10.4 See #5115 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f398f2015..395846de1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ env: git: depth: false go: - - 1.9.7 - - "1.10.3" + - "1.10.4" + - 1.11 - tip os: - linux -- cgit v1.2.3