From dfecdd8a07c6cde2652949de0f6e6a0f5ee5c3af Mon Sep 17 00:00:00 2001 From: vipshmily <85991289+vipshmily@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:57:06 +0800 Subject: [PATCH] Update Xray.Makefile --- public/Xray.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/Xray.Makefile b/public/Xray.Makefile index 661c7ed..ac11974 100644 --- a/public/Xray.Makefile +++ b/public/Xray.Makefile @@ -20,7 +20,7 @@ build_extract: fi ) build: - ( sed -i "s/go 1.21.3/go 1.23.1/g" $(THISDIR)/xray-core/Xray-core-$(XRAY_VERSION)/go.mod; \ + ( sed -i "s/go 1.21.13/go 1.23.1/g" $(THISDIR)/xray-core/Xray-core-$(XRAY_VERSION)/go.mod; \ cd $(THISDIR)/$(XRAY_DIR); \ GOOS=linux GOARCH=mipsle go build -gcflags=all="-l" -ldflags "-w -s -buildid=" -trimpath -o $(THISDIR)/bin/xray; \ )