From: Bjørn Erik Pedersen Date: Wed, 26 Feb 2020 11:18:48 +0000 (+0100) Subject: Update to Go 1.14 and 1.13.8 X-Git-Tag: v0.66.0~20 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=33ae62108325f703f1eaeabef1e8a80950229415;p=brevno-suite%2Fhugo Update to Go 1.14 and 1.13.8 Fixes #6958 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 20f455db..ffb04a69 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 856ab44c..74b07d7c 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 38e8e057..f913cec1 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 0b83e854..300616f1 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