shithub: hugo

Download patch

ref: 230f2b8c4fce03f14847de2b22402e64d4d69783
parent: d7f47b780c18b1cfe364a0ab9bd48509ddd4a287
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Apr 9 07:01:01 EDT 2018

Bump Go versions

Fixes #4545

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,7 +1,7 @@
 defaults: &defaults
   working_directory: /go/src/github.com/gohugoio
   docker:
-      - image: bepsays/ci-goreleaser:0.34.2-10
+      - image: bepsays/ci-goreleaser:0.34.2-11
     
 version: 2
 jobs:
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@
 git:
   depth: false
 go:
-  - 1.9.4
-  - "1.10"
+  - 1.9.5
+  - "1.10.1"
   - tip
 os:
   - linux
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -43,4 +43,4 @@
       mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
     after: [go]
   go:
-    source-tag: go1.10
+    source-tag: go1.10.1