ref: fc23a80ffd3878b9ba9a160ce37e0e1d8703faf3
parent: d8fdffb55268464d54558d6f9cd3874b612dc7c7
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Feb 7 16:45:53 EST 2018
Bump Travis/Snapcraft to Go 1.9.4
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@
sudo: required
dist: precise
go:
- - 1.8.6
- - 1.9.3
+ - 1.8.7
+ - 1.9.4
- 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.3
+ source-tag: go1.9.4