From 715cfda734a0bca336ea2b911b57d97aaeefbe7a Mon Sep 17 00:00:00 2001 From: civisrom <167646351+civisrom@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:36:41 +0300 Subject: [PATCH] Update update-dependencies.yml --- .github/workflows/update-dependencies.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 071c4062..6310bdb4 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -19,10 +19,7 @@ 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 ./...