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; \ )