hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit b9e75afd6c007a6af8b71caeebc4a5a24c270861
parent dfc72d61a522f5cb926271d9391a8670f064d198
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu,  7 Mar 2019 10:26:26 +0100

Update to Go 1.12

Fixes #5716

Diffstat:
M.circleci/config.yml | 2+-
M.travis.yml | 1+
Msnap/snapcraft.yaml | 2+-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.11-5
+      - image: bepsays/ci-goreleaser:1.12
   environment:
     CGO_ENABLED: "0"
 
diff --git a/.travis.yml b/.travis.yml
@@ -8,6 +8,7 @@ git:
   depth: false
 go:
   - "1.11.5"
+  - "1.12"
   - 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.12/stable]
     source: .
     override-build: |
       set -ex