shithub: hugo

Download patch

ref: 77cbd001ff6b2e0aaa48566ef2af49ca68e19af9
parent: 764f1304e1383ae03c2eb07cf599774700816465
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Tue Nov 7 19:37:59 EST 2017

Update Travis and snapcraft to Go 1.9.2

See #4064

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@
 sudo: required
 dist: precise
 go:
-  - 1.8.4
-  - 1.9.1
+  - 1.8.5
+  - 1.9.2
   - tip
 os:
   - linux
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -37,4 +37,4 @@
       strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
     after: [go]
   go:
-    source-tag: go1.9.1
+    source-tag: go1.9.2
--