summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--snapcraft.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 985d6405b..0a96b0e9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- - 1.8.4
- - 1.9.1
+ - 1.8.5
+ - 1.9.2
- tip
os:
- linux
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 68ba7aba3..cc97998fa 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -37,4 +37,4 @@ parts:
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