ref: 8ed2a1caa9e0892d5bf97ed1b7279befa159f764
parent: e85961390a050cd4f2e6ce4f2666012bc83bb449
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Jan 31 06:35:27 EST 2019
Bump to Go 1.11.5 Fixes #5654
--- 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"
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@
git:
depth: false
go:
- - "1.11.4"
+ - "1.11.5"
- tip
os:
- linux