From: Bjørn Erik Pedersen Date: Wed, 19 Dec 2018 09:06:57 +0000 (+0100) Subject: Update to Go 1.11.4 X-Git-Tag: v0.53~24 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bb9c2988f871ca5fe6af9c8e207ec852c631c3b3;p=brevno-suite%2Fhugo Update to Go 1.11.4 Fixes #5524 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 30ae14c0..92b35805 100644 --- 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" diff --git a/.travis.yml b/.travis.yml index fd5c281f..4ae9199d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: git: depth: false go: - - 1.11 + - "1.11.4" - tip os: - linux diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 31037d7d..954a6bfa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -26,7 +26,7 @@ parts: hugo: plugin: nil - build-snaps: [go/1.11/stable] + build-snaps: [go/1.11.4/stable] source: . override-build: | set -ex