Update to Go 1.11.13 and 1.12.9

Fixes #6228
This commit is contained in:
Bjørn Erik Pedersen 2019-08-16 10:46:34 +02:00
parent 36d749f4ea
commit f28efd3582
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 3 additions and 3 deletions

View File

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

View File

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