From e1ead4dbca4cfb00ec0893c8c8563c91624ecca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 4 Sep 2021 11:22:51 +0200 Subject: [PATCH] Bump down again to Go 1.16.7 for the release builds Note that this commit has nothing to do with "Hugo not working with Go 1.17", but this is the simplest fix of some build related issues in Hugo 0.88.0. Updates #8952 Updates #8955 --- .circleci/config.yml | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9dd73a51..900d973f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.17.0 + - image: bepsays/ci-goreleaser:1.16.7 environment: CGO_ENABLED: "0" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a224f365..188bab50 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -31,7 +31,7 @@ parts: hugo: plugin: nil - build-snaps: [go/1.17/stable] + build-snaps: [go/1.16/stable] source: . override-build: | set -ex