diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-02-17 00:34:38 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-02-17 00:35:22 +0100 |
commit | a3f26e56368c62b0900a10d83a11b7783630963b (patch) | |
tree | 8a8443968d6b267545f1b1d4b5e33f5879b5ac93 | |
parent | 0c452c6e7db5a3cc48777910b442599a7c34c072 (diff) | |
download | hugo-a3f26e56368c62b0900a10d83a11b7783630963b.tar.gz hugo-a3f26e56368c62b0900a10d83a11b7783630963b.zip |
Second try: Update to Go 1.10 (!)
-rw-r--r-- | .circleci/config.yml | 2 | ||||
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | snapcraft.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 999fafd17..5095fa44f 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-8 + - image: bepsays/ci-goreleaser:0.34.2-9 version: 2 jobs: diff --git a/.travis.yml b/.travis.yml index 3e94894fb..23ff50422 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: go sudo: required dist: precise go: - - 1.8.7 - 1.9.4 + - "1.10" - tip os: - linux diff --git a/snapcraft.yaml b/snapcraft.yaml index 8a77485fb..206c3d515 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.4 + source-tag: go1.10 |