sing-box v1.8.14

This commit is contained in:
Alireza Ahmadi
2024-05-23 12:01:36 +02:00
parent 4900c14295
commit 2ac13ef8f4
+3 -1
View File
@@ -69,9 +69,11 @@ jobs:
fi fi
#### Build Sing-Box #### Build Sing-Box
git clone -b v1.8.13 https://github.com/SagerNet/sing-box export VERSION=v1.8.14
git clone -b $VERSION https://github.com/SagerNet/sing-box
cd sing-box cd sing-box
go build -tags with_quic,with_grpc,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_clash_api,with_gvisor \ go build -tags with_quic,with_grpc,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_v2ray_api,with_clash_api,with_gvisor \
-v -trimpath -ldflags "-X 'github.com/sagernet/sing-box/constant.Version=${VERSION}' -s -w -buildid=" \
-o sing-box ./cmd/sing-box -o sing-box ./cmd/sing-box
cd .. cd ..