Update update-dependencies.yml

This commit is contained in:
civisrom 2025-03-04 13:05:42 +03:00 committed by GitHub
parent d227ff1202
commit 0546eb2d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:"