Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-07-12 22:42:32 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-07-12 22:42:32 +0300
commit80180231872375c335a36f8d6bb79442277b823e (patch)
treeaf5547d9ab336132e30756547a01e79f6b25f129 /.github/workflows
parentea9d5dc2d533474204a9ea65c8dbb4ede23b127a (diff)
Xray core v1.8.17 + GO v1.22.5
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
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