shithub: hugo

Download patch

ref: b9e75afd6c007a6af8b71caeebc4a5a24c270861
parent: dfc72d61a522f5cb926271d9391a8670f064d198
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Mar 7 05:26:26 EST 2019

Update to Go 1.12

Fixes #5716

--- 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"
 
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@
   depth: false
 go:
   - "1.11.5"
+  - "1.12"
   - 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.12/stable]
     source: .
     override-build: |
       set -ex