From: Bjørn Erik Pedersen Date: Mon, 9 Apr 2018 09:01:01 +0000 (+0200) Subject: Bump Go versions X-Git-Tag: v0.39~48 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=230f2b8c4fce03f14847de2b22402e64d4d69783;p=brevno-suite%2Fhugo Bump Go versions Fixes #4545 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a248bb4..93638fed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ defaults: &defaults working_directory: /go/src/github.com/gohugoio docker: - - image: bepsays/ci-goreleaser:0.34.2-10 + - image: bepsays/ci-goreleaser:0.34.2-11 version: 2 jobs: diff --git a/.travis.yml b/.travis.yml index cd0d39c1..b5328e33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ dist: trusty git: depth: false go: - - 1.9.4 - - "1.10" + - 1.9.5 + - "1.10.1" - tip os: - linux diff --git a/snapcraft.yaml b/snapcraft.yaml index 66c3ae76..c17fed1d 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -43,4 +43,4 @@ parts: mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion after: [go] go: - source-tag: go1.10 + source-tag: go1.10.1