Bump to Go 1.11.5

Fixes #5654
This commit is contained in:
Bjørn Erik Pedersen 2019-01-31 11:35:27 +01:00
parent e85961390a
commit 8ed2a1caa9
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -7,7 +7,7 @@ env:
git:
depth: false
go:
- "1.11.4"
- "1.11.5"
- tip
os:
- linux