diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-03-07 10:26:26 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-03-07 10:26:26 +0100 |
commit | b9e75afd6c007a6af8b71caeebc4a5a24c270861 (patch) | |
tree | b5681c6386c96aaf4aa0b78f4f937449d9801efc | |
parent | dfc72d61a522f5cb926271d9391a8670f064d198 (diff) | |
download | hugo-b9e75afd6c007a6af8b71caeebc4a5a24c270861.tar.gz hugo-b9e75afd6c007a6af8b71caeebc4a5a24c270861.zip |
Update to Go 1.12
Fixes #5716
-rw-r--r-- | .circleci/config.yml | 2 | ||||
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d43f8ece..717710e03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.11-5 + - image: bepsays/ci-goreleaser:1.12 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index 1686cb5a4..be58090d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ git: depth: false go: - "1.11.5" + - "1.12" - tip os: - linux diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index de16ca14d..7cb9b8e1a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -26,7 +26,7 @@ parts: hugo: plugin: nil - build-snaps: [go/1.11/stable] + build-snaps: [go/1.12/stable] source: . override-build: | set -ex |