Skip to content

Commit

Permalink
Update Xray.Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily authored Sep 20, 2024
1 parent 1cdd0a5 commit dfecdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Xray.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
)
Expand Down

0 comments on commit dfecdd8

Please sign in to comment.