diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-09-04 11:22:51 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-09-04 11:22:51 +0200 |
commit | e1ead4dbca4cfb00ec0893c8c8563c91624ecca7 (patch) | |
tree | 72fa24a9bb80fb1365b09058f6313ba942d52ea2 /.circleci/config.yml | |
parent | 5b59b9c171c9a4d8fd16cf2a1fd0be3de630d459 (diff) | |
download | hugo-e1ead4dbca4cfb00ec0893c8c8563c91624ecca7.tar.gz hugo-e1ead4dbca4cfb00ec0893c8c8563c91624ecca7.zip |
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
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 9dd73a518..900d973f2 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" |