From 33ae62108325f703f1eaeabef1e8a80950229415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 26 Feb 2020 12:18:48 +0100 Subject: [PATCH] Update to Go 1.14 and 1.13.8 Fixes #6958 --- .circleci/config.yml | 2 +- .travis.yml | 4 ++-- magefile.go | 2 +- snap/snapcraft.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20f455dba..ffb04a691 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.13.7-1 + - image: bepsays/ci-goreleaser:1.14-1 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index 856ab44cf..74b07d7c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ git: depth: false go: - - "1.12.16" - - "1.13.7" + - "1.13.8" + - "1.14" - master arch: diff --git a/magefile.go b/magefile.go index 38e8e057d..f913cec17 100644 --- a/magefile.go +++ b/magefile.go @@ -320,7 +320,7 @@ func runCmd(env map[string]string, cmd string, args ...string) error { } func isGoLatest() bool { - return strings.Contains(runtime.Version(), "1.13") + return strings.Contains(runtime.Version(), "1.14") } func isCI() bool { diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0b83e854c..300616f1b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -26,7 +26,7 @@ parts: hugo: plugin: nil - build-snaps: [go/1.13/stable] + build-snaps: [go/1.14/stable] source: . override-build: | set -ex