diff --git a/.travis.yml b/.travis.yml index f61cfbc87..3e94894fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: go sudo: required dist: precise go: - - 1.8.6 - - 1.9.3 + - 1.8.7 + - 1.9.4 - tip os: - linux diff --git a/snapcraft.yaml b/snapcraft.yaml index 0f2cf0819..240a4dbf2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -36,4 +36,4 @@ parts: 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