fix: add ldflag which allows to compile source code with Golang 1.23

This commit is contained in:
mrekucci 2024-10-04 12:17:02 +02:00
parent 46df2acae6
commit 5219dc39b6

View file

@ -7,6 +7,8 @@ builds:
- env:
- CGO_ENABLED=0
- GOWORK=off
ldflags:
- -checklinkname=0
goos:
- linux
- windows