shithub: hugo

Download patch

ref: a3f26e56368c62b0900a10d83a11b7783630963b
parent: 0c452c6e7db5a3cc48777910b442599a7c34c072
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Feb 16 19:34:38 EST 2018

Second try: Update to Go 1.10 (!)

--- 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-8
+      - image: bepsays/ci-goreleaser:0.34.2-9
     
 version: 2
 jobs:
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@
 sudo: required
 dist: precise
 go:
-  - 1.8.7
   - 1.9.4
+  - "1.10"
   - tip
 os:
   - linux
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -36,4 +36,4 @@
       strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
     after: [go]
   go:
-    source-tag: go1.9.4
+    source-tag: go1.10