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

View File

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

View File

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