From 2ac13ef8f4bedd724e64ba871be1f4053e4b30ff Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 23 May 2024 12:01:36 +0200 Subject: [PATCH] sing-box v1.8.14 --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab7cbb6..c3f946d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,9 +69,11 @@ jobs: fi #### 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 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 cd ..