diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b03d07..70e82f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: fi #### Build Sing-Box - git clone -b v1.8.5 https://github.com/SagerNet/sing-box + git clone -b v1.8.7 https://github.com/SagerNet/sing-box cd sing-box go build -tags with_v2ray_api,with_clash_api,with_grpc,with_quic,with_ech -o sing-box ./cmd/sing-box cd ..