commit 33ae62108325f703f1eaeabef1e8a80950229415
parent 1352bc880df4cd25eff65843973fcc0dd21b6304
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Wed, 26 Feb 2020 12:18:48 +0100
Update to Go 1.14 and 1.13.8
Fixes #6958
Diffstat:
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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