Update to Go 1.13

Fixes #6304
This commit is contained in:
Bjørn Erik Pedersen 2019-09-04 00:54:41 +02:00
parent 28501ceb93
commit b43130115d
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -8,8 +8,8 @@ env:
git: git:
depth: false depth: false
go: go:
- "1.11.13"
- "1.12.9" - "1.12.9"
- "1.13"
- tip - tip
os: os:
- linux - linux

View File

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