shithub: hugo

Download patch

ref: 23d5fc82ee01d56440d0991c899acd31e9b63e27
parent: 8531ec7ca36fd35a57fba06bbb06a65c94dfd3ed
author: Anthony Fok <[email protected]>
date: Thu Jun 14 11:50:25 EDT 2018

Update to Go 1.9.7 and Go 1.10.3

for Travis CI, Docker and Snap

--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@
 git:
   depth: false
 go:
-  - 1.9.5
-  - "1.10.1"
+  - 1.9.7
+  - "1.10.3"
   - tip
 os:
   - linux
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 # Twitter:      https://twitter.com/gohugoio
 # Website:      https://gohugo.io/
 
-FROM golang:1.10.0-alpine3.7 AS build
+FROM golang:1.10.3-alpine3.7 AS build
 
 ENV CGO_ENABLED=0
 ENV GOOS=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.1
+    source-tag: go1.10.3