commit 984a73af9e5b5145297723f26faa38f29ca2918d
parent e54213f5257267ed232b2465337c39ddc8c73388
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sun, 17 Mar 2019 08:37:42 +0100
Update to Go 1.12.1 and Go 1.11.6
Fixes #5755
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
+ - image: bepsays/ci-goreleaser:1.12-1
environment:
CGO_ENABLED: "0"
diff --git a/.travis.yml b/.travis.yml
@@ -7,8 +7,8 @@ env:
git:
depth: false
go:
- - "1.11.5"
- - "1.12"
+ - "1.11.6"
+ - "1.12.1"
- tip
os:
- linux