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