hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit bb9c2988f871ca5fe6af9c8e207ec852c631c3b3
parent c04030b14ccff59ab5eea9f9a06e5d5e3877a8cc
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 19 Dec 2018 10:06:57 +0100

Update to Go 1.11.4

Fixes #5524

Diffstat:
M.circleci/config.yml | 2+-
M.travis.yml | 2+-
Msnap/snapcraft.yaml | 2+-
3 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.11-2
+      - image: bepsays/ci-goreleaser:1.11-3
   environment:
     CGO_ENABLED: "0"
 
diff --git 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
@@ -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