Update to Go 1.14 and 1.13.8

Fixes #6958
This commit is contained in:
Bjørn Erik Pedersen 2020-02-26 12:18:48 +01:00
parent 1352bc880d
commit 33ae621083
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
defaults: &defaults defaults: &defaults
docker: docker:
- image: bepsays/ci-goreleaser:1.13.7-1 - image: bepsays/ci-goreleaser:1.14-1
environment: environment:
CGO_ENABLED: "0" CGO_ENABLED: "0"

View file

@ -13,8 +13,8 @@ git:
depth: false depth: false
go: go:
- "1.12.16" - "1.13.8"
- "1.13.7" - "1.14"
- master - master
arch: arch:

View file

@ -320,7 +320,7 @@ func runCmd(env map[string]string, cmd string, args ...string) error {
} }
func isGoLatest() bool { func isGoLatest() bool {
return strings.Contains(runtime.Version(), "1.13") return strings.Contains(runtime.Version(), "1.14")
} }
func isCI() bool { func isCI() bool {

View file

@ -26,7 +26,7 @@ parts:
hugo: hugo:
plugin: nil plugin: nil
build-snaps: [go/1.13/stable] build-snaps: [go/1.14/stable]
source: . source: .
override-build: | override-build: |
set -ex set -ex