From 2f196df82e88d7fc2b99f999bbd34b1bdff75980 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: [PATCH] Update Travis etc. to Go 1.11 and Go 1.10.4 See #5115 --- .travis.yml | 4 ++-- magefile.go | 2 +- snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f398f2015d0..395846de1d9 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 diff --git a/magefile.go b/magefile.go index e3381651146..e8a9a7b5f9c 100644 --- a/magefile.go +++ b/magefile.go @@ -265,7 +265,7 @@ func CheckVendor() error { } func isGoLatest() bool { - return strings.Contains(runtime.Version(), "1.10") + return strings.Contains(runtime.Version(), "1.11") } func buildTags() string { diff --git a/snapcraft.yaml b/snapcraft.yaml index 6e851767b0b..04913ab88a5 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -71,4 +71,4 @@ parts: rm -rf $SNAPCRAFT_PART_INSTALL/var after: [go] go: - source-tag: go1.10.3 + source-tag: go1.11