From: Bjørn Erik Pedersen Date: Tue, 7 Nov 2017 23:37:59 +0000 (+0100) Subject: Update Travis and snapcraft to Go 1.9.2 X-Git-Tag: v0.31~24 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77cbd001ff6b2e0aaa48566ef2af49ca68e19af9;p=brevno-suite%2Fhugo Update Travis and snapcraft to Go 1.9.2 See #4064 --- diff --git a/.travis.yml b/.travis.yml index 985d6405..0a96b0e9 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 68ba7aba..cc97998f 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