Update to Go 1.12.10 and 1.13.1

Fixes #6406
This commit is contained in:
Bjørn Erik Pedersen 2019-10-09 19:57:05 +02:00
parent 339ee37143
commit 71b18a0786
2 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-8 - image: bepsays/ci-goreleaser:1.13-1
environment: environment:
CGO_ENABLED: "0" CGO_ENABLED: "0"

View file

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