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
docker:
- image: bepsays/ci-goreleaser:1.13.7-1
- image: bepsays/ci-goreleaser:1.14-1
environment:
CGO_ENABLED: "0"

View File

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

View File

@ -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 {

View File

@ -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