Update to Go 1.12.1 and Go 1.11.6

Fixes #5755
This commit is contained in:
Bjørn Erik Pedersen 2019-03-17 08:37:42 +01:00
parent e54213f525
commit 984a73af9e
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
- image: bepsays/ci-goreleaser:1.12-1
environment:
CGO_ENABLED: "0"

View File

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