commit 8ed2a1caa9e0892d5bf97ed1b7279befa159f764
parent e85961390a050cd4f2e6ce4f2666012bc83bb449
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 31 Jan 2019 11:35:27 +0100
Bump to Go 1.11.5
Fixes #5654
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -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"
diff --git a/.travis.yml b/.travis.yml
@@ -7,7 +7,7 @@ env:
git:
depth: false
go:
- - "1.11.4"
+ - "1.11.5"
- tip
os:
- linux