Update to Go 1.9.7 and Go 1.10.3
authorAnthony Fok <foka@debian.org>
Thu, 14 Jun 2018 21:50:25 +0000 (15:50 -0600)
committerAnthony Fok <foka@debian.org>
Thu, 14 Jun 2018 21:50:25 +0000 (15:50 -0600)
for Travis CI, Docker and Snap

.travis.yml
Dockerfile
snapcraft.yaml

index b5328e33dee9f5ca5483faed10429b1bca6ee419..b04528203a7f8e746858389bb510067a3c4f7506 100644 (file)
@@ -4,8 +4,8 @@ dist: trusty
 git:
   depth: false
 go:
-  - 1.9.5
-  - "1.10.1"
+  - 1.9.7
+  - "1.10.3"
   - tip
 os:
   - linux
index 1086f4f97958771a3e4ba2a8019388319908f156..919b02237d61c857663ddbd3b27095a0a0c02d75 100644 (file)
@@ -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
index 787fbd4e8cba7d05c54a475f65baa4fd996ba5dd..4ac3f74b5e09b2cb89427a6e4d62c94e3551e547 100644 (file)
@@ -43,4 +43,4 @@ parts:
       mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
     after: [go]
   go:
-    source-tag: go1.10.1
+    source-tag: go1.10.3