ref: f28efd35820dc4909832c14dfd8ea6812ecead31
parent: 36d749f4ea2adb0fdcad2c411f3ca97c7a165e04
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Fri Aug 16 06:46:34 EDT 2019
Update to Go 1.11.13 and 1.12.9 Fixes #6228
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- - image: bepsays/ci-goreleaser:1.12-5
+ - image: bepsays/ci-goreleaser:1.12-6
environment:
CGO_ENABLED: "0"
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@
git:
depth: false
go:
- - "1.11.10"
- - "1.12.5"
+ - "1.11.13"
+ - "1.12.9"
- tip
os:
- linux