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
99a52a1626
commit
715cfda734
1 changed files with 1 additions and 4 deletions
5
.github/workflows/update-dependencies.yml
vendored
5
.github/workflows/update-dependencies.yml
vendored
|
@ -19,10 +19,7 @@ jobs:
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
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
|
- name: Update dependencies
|
||||||
run: |
|
run: |
|
||||||
go get -u ./...
|
go get -u ./...
|
||||||
|
|
Loading…
Reference in a new issue