diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 1f85e7d..c13994a 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -31,8 +31,8 @@ jobs: - name: Update minor and patch-level dependencies run: go get -t -u ./... - - name: Update minor and patch-level dependencies for gvisor - run: go get -t -u gvisor.dev/gvisor@v0.0.0-20240306221502-ee1e1f6070e3 + # - name: Update minor and patch-level dependencies for gvisor + # run: go get -t -u gvisor.dev/gvisor@v0.0.0-20240306221502-ee1e1f6070e3 - name: Tidy run: go mod tidy