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 --- magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'magefile.go') diff --git a/magefile.go b/magefile.go index e33816511..e8a9a7b5f 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 { -- cgit v1.2.3