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 defaults: &defaults
docker: docker:
- image: bepsays/ci-goreleaser:1.11-5 - image: bepsays/ci-goreleaser:1.12
environment: environment:
CGO_ENABLED: "0" CGO_ENABLED: "0"

View file

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

View file

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