mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update update-dependencies.yml
This commit is contained in:
parent
d227ff1202
commit
0546eb2d55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue