mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix: add ldflag which allows to compile source code with Golang 1.23
This commit is contained in:
parent
46df2acae6
commit
5219dc39b6
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ builds:
|
|||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- GOWORK=off
|
||||
ldflags:
|
||||
- -checklinkname=0
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
|
|
|
|||
Loading…
Reference in a new issue