commit 71b8d8b6a4127acacda8ada08cd61d7bfb18e962
parent 5dc6d0df94076e116934c83b837e2dd416efa784
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Wed, 15 May 2019 07:49:04 +0200
Update to Go 1.12.5 and Go 1.11.10
Fixes #5944
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- - image: bepsays/ci-goreleaser:1.12-2
+ - image: bepsays/ci-goreleaser:1.12-3
environment:
CGO_ENABLED: "0"
diff --git a/.travis.yml b/.travis.yml
@@ -8,8 +8,8 @@ env:
git:
depth: false
go:
- - "1.11.7"
- - "1.12.2"
+ - "1.11.10"
+ - "1.12.5"
- tip
os:
- linux