shithub: hugo

Download patch

ref: 05d83b6c08089c20ca1d99bcd224188ed5d127d4
parent: 4898fb3d64c856c5e0f324e0dfbf3b60da1d1d3a
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Sep 3 06:04:06 EDT 2019

Update to Go 1.11.13 and 1.12.9

Fixes #6228

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