ref: 984a73af9e5b5145297723f26faa38f29ca2918d
parent: e54213f5257267ed232b2465337c39ddc8c73388
author: Bjørn Erik Pedersen <[email protected]>
date: Sun Mar 17 04:37:42 EDT 2019
Update to Go 1.12.1 and Go 1.11.6 Fixes #5755
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- - image: bepsays/ci-goreleaser:1.12
+ - image: bepsays/ci-goreleaser:1.12-1
environment:
CGO_ENABLED: "0"
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@
git:
depth: false
go:
- - "1.11.5"
- - "1.12"
+ - "1.11.6"
+ - "1.12.1"
- tip
os:
- linux