From b43130115d9e3888d94df9e6f5fc72eba662632f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 4 Sep 2019 00:54:41 +0200 Subject: [PATCH] Update to Go 1.13 Fixes #6304 --- .circleci/config.yml | 2 +- .travis.yml | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 310faa418..e07f556e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.12-7 + - image: bepsays/ci-goreleaser:1.12-8 environment: CGO_ENABLED: "0" diff --git a/.travis.yml b/.travis.yml index 385137946..599c3d031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ env: git: depth: false go: - - "1.11.13" - "1.12.9" + - "1.13" - tip os: - linux diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8f9d29ada..5917a5cb9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -26,7 +26,7 @@ parts: hugo: plugin: nil - build-snaps: [go/1.12/stable] + build-snaps: [go/1.13/stable] source: . override-build: | set -ex