summaryrefslogtreecommitdiffstats
path: root/goreleaser.yml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-10 16:51:06 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-10 16:53:44 +0200
commit625d2c257a8284515922f2235b9abf9ad28cc907 (patch)
tree1da4fd86704238d243c2cd33b1074bd141d166ca /goreleaser.yml
parente6e44b7c41a9b517ffc3775ea0a6aec2b1d4591b (diff)
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 'goreleaser.yml')
-rw-r--r--goreleaser.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/goreleaser.yml b/goreleaser.yml
index 44539ff46..d6aba296b 100644
--- a/goreleaser.yml
+++ b/goreleaser.yml
@@ -84,6 +84,8 @@ builds:
- linux
goarch:
- amd64
+ hooks:
+ post: ./goreleaser-hook-post-linux.sh
release:
draft: true