From 80180231872375c335a36f8d6bb79442277b823e Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 12 Jul 2024 21:42:32 +0200 Subject: Xray core v1.8.17 + GO v1.22.5 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11da11fa..de26453b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 -- cgit v1.2.3