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
f82b1e8303
commit
c3084ca58e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/update-dependencies.yml
vendored
5
.github/workflows/update-dependencies.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
|||
uses: actions/setup-go@v5
|
||||
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