diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-10-10 16:51:06 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-10-10 16:53:44 +0200 |
commit | 625d2c257a8284515922f2235b9abf9ad28cc907 (patch) | |
tree | 1da4fd86704238d243c2cd33b1074bd141d166ca /.circleci | |
parent | e6e44b7c41a9b517ffc3775ea0a6aec2b1d4591b (diff) | |
download | hugo-625d2c257a8284515922f2235b9abf9ad28cc907.tar.gz hugo-625d2c257a8284515922f2235b9abf9ad28cc907.zip |
releaser: Update to Go go1.17.2
* This now uses the `golang:1.17.2-buster` Docker image which runs GLIBC 2.28-10.
* Also added a build hook to warn us if this happens again in the future.
Fixes #8955
Diffstat (limited to '.circleci')
-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 900d973f2..cb153b8a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ defaults: &defaults docker: - - image: bepsays/ci-goreleaser:1.16.7 + - image: bepsays/ci-goreleaser:1.17.2 environment: CGO_ENABLED: "0" |