Skip to content

Commit

Permalink
fix: add ldflag which allows to compile source code with Golang 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Oct 4, 2024
1 parent 46df2ac commit 5219dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ builds:
- env:
- CGO_ENABLED=0
- GOWORK=off
ldflags:
- -checklinkname=0
goos:
- linux
- windows
Expand Down

0 comments on commit 5219dc3

Please sign in to comment.