Skip to content

Commit

Permalink
Temporarily set -checklinkname=0 to fix tfo-go not not being allowed …
Browse files Browse the repository at this point in the history
…to build with go1.23
  • Loading branch information
nekohasekai committed Aug 19, 2024
1 parent 3505fea commit 9344a7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ builds:
- -v
- -trimpath
ldflags:
- -X github.com/sagernet/sing-box/constant.Version={{ .Version }} -s -w -buildid=
- -X github.com/sagernet/sing-box/constant.Version={{ .Version }}
- -s
- -buildid=
- -checklinkname=0
tags:
- with_gvisor
- with_quic
Expand Down Expand Up @@ -46,6 +49,10 @@ builds:
- with_reality_server
- with_acme
- with_clash_api
ldflags:
- -X github.com/sagernet/sing-box/constant.Version={{ .Version }}
- -s
- -buildid=
env:
- CGO_ENABLED=0
- GOROOT={{ .Env.GOPATH }}/go1.20.14
Expand Down

0 comments on commit 9344a7f

Please sign in to comment.