From 4a455aa5322e0803005da2d5d65b85a19dfc42e5 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 9 Feb 2026 12:49:32 +0100 Subject: Xray Core v26.2.6 and dependency updates Update Xray download URLs to v26.2.6 in the GitHub Actions release workflow and DockerInit script. Bump Go toolchain to 1.25.7 and refresh several module versions (telego, xtls/xray-core, klauspost/compress, pires/go-proxyproto, golang.org/x/arch, golang.org/x/sys, google.golang.org/genproto, etc.). Update go.sum to match the new dependency versions. --- DockerInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DockerInit.sh') diff --git a/DockerInit.sh b/DockerInit.sh index 6f153efe..a8e87a9e 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -27,7 +27,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.2.2/Xray-linux-${ARCH}.zip" +curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.2.6/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" -- cgit v1.2.3