From 0546eb2d55f3506484577cbd28681a1bf51ac4fb Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:05:42 +0300 Subject: [PATCH] Update update-dependencies.yml --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index b40f222b..3b841a8c 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -68,7 +68,7 @@ jobs: xargs -r go get -u echo "Specifically updating xray-core to latest release tag: ${{ steps.xray-release.outputs.xray_version }}" - go get github.com/xtls/xray-core@${{ steps.xray-release.outputs.xray_version }} + go get github.com/xtls/xray-core/v25@${{ steps.xray-release.outputs.xray_version }} # Проверяем, какую версию получили echo "Updated xray-core to:"