shithub: hugo

Download patch

ref: 71b8d8b6a4127acacda8ada08cd61d7bfb18e962
parent: 5dc6d0df94076e116934c83b837e2dd416efa784
author: Bjørn Erik Pedersen <[email protected]>
date: Wed May 15 03:49:04 EDT 2019

Update to Go 1.12.5 and Go 1.11.10

Fixes #5944

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.12-2
+      - image: bepsays/ci-goreleaser:1.12-3
   environment:
     CGO_ENABLED: "0"
 
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@
 git:
   depth: false
 go:
-  - "1.11.7"
-  - "1.12.2"
+  - "1.11.10"
+  - "1.12.5"
   - tip
 os:
   - linux