Update to Go 1.12

Fixes #5716
This commit is contained in:
Bjørn Erik Pedersen 2019-03-07 10:26:26 +01:00
parent dfc72d61a5
commit b9e75afd6c
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: bepsays/ci-goreleaser:1.11-5
- image: bepsays/ci-goreleaser:1.12
environment:
CGO_ENABLED: "0"

View File

@ -8,6 +8,7 @@ git:
depth: false
go:
- "1.11.5"
- "1.12"
- tip
os:
- linux

View File

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