ref: bb9c2988f871ca5fe6af9c8e207ec852c631c3b3
parent: c04030b14ccff59ab5eea9f9a06e5d5e3877a8cc
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Dec 19 05:06:57 EST 2018
Update to Go 1.11.4 Fixes #5524
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- - image: bepsays/ci-goreleaser:1.11-2
+ - image: bepsays/ci-goreleaser:1.11-3
environment:
CGO_ENABLED: "0"
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@
git:
depth: false
go:
- - 1.11
+ - "1.11.4"
- tip
os:
- linux
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -26,7 +26,7 @@
hugo:
plugin: nil
- build-snaps: [go/1.11/stable]
+ build-snaps: [go/1.11.4/stable]
source: .
override-build: |
set -ex