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
34b0f08156
commit
7b513411b0
1 changed files with 1 additions and 5 deletions
6
.github/workflows/update-dependencies.yml
vendored
6
.github/workflows/update-dependencies.yml
vendored
|
@ -18,10 +18,6 @@ jobs:
|
|||
- name: Clean Go module cache
|
||||
run: go clean -modcache
|
||||
|
||||
- name: dependencies
|
||||
run: |
|
||||
go get -u $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all | grep -v 'gvisor.dev/gvisor')
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
@ -29,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Update dependencies
|
||||
run: |
|
||||
go get -u ./...
|
||||
go get -u $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all | grep -v 'gvisor.dev/gvisor')
|
||||
go mod tidy
|
||||
|
||||
- name: Check for changes
|
||||
|
|
Loading…
Reference in a new issue