Xray core v1.8.17 + GO v1.22.5

This commit is contained in:
mhsanaei
2024-07-12 21:42:32 +02:00
parent ea9d5dc2d5
commit 8018023187
4 changed files with 22 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version-file: go.mod
- name: Install dependencies
run: |
@@ -83,7 +83,7 @@ jobs:
cd x-ui/bin
# Download dependencies
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.16/"
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.17/"
if [ "${{ matrix.platform }}" == "amd64" ]; then
wget ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip