From bbee7fa013c40a7b25b181bea960c24a6165ad9b Mon Sep 17 00:00:00 2001 From: lucasew Date: Mon, 3 Jun 2024 21:10:51 -0300 Subject: [PATCH] dont deal with gvisor to see what happens Signed-off-by: lucasew --- .github/workflows/update-deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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