From 5219dc39b66fcb7e5dc02fd212ff3972da864ff9 Mon Sep 17 00:00:00 2001 From: mrekucci Date: Fri, 4 Oct 2024 12:17:02 +0200 Subject: [PATCH] fix: add ldflag which allows to compile source code with Golang 1.23 --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 62b537f37c09..67514a529016 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,6 +7,8 @@ builds: - env: - CGO_ENABLED=0 - GOWORK=off + ldflags: + - -checklinkname=0 goos: - linux - windows