From 625d2c257a8284515922f2235b9abf9ad28cc907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 10 Oct 2021 16:51:06 +0200 Subject: 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 --- goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'goreleaser.yml') 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 -- cgit v1.2.3