mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update update-dependencies.yml
This commit is contained in:
parent
f82b1e8303
commit
c3084ca58e
1 changed files with 4 additions and 1 deletions
3
.github/workflows/update-dependencies.yml
vendored
3
.github/workflows/update-dependencies.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Fix gvisor version
|
||||
run: go get gvisor.dev/gvisor@v0.0.0-20240320123526-dc6abceb7ff0 && go mod tidy
|
||||
|
||||
- name: Update dependencies
|
||||
run: |
|
||||
go get -u ./...
|
||||
|
|
Loading…
Reference in a new issue