Update update-dependencies.yml

This commit is contained in:
civisrom 2025-02-04 21:27:10 +03:00 committed by GitHub
parent f82b1e8303
commit c3084ca58e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ./...