Update update-dependencies.yml

This commit is contained in:
civisrom 2025-02-04 22:00:19 +03:00 committed by GitHub
parent 9ef6ec964b
commit e2f544acc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,12 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: dependencies
run: |
go get -u $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all | grep -v 'gvisor.dev/gvisor')
go mod tidy
- name: Setup Go
uses: actions/setup-go@v5
with: