Skip to content

Commit

Permalink
dont deal with gvisor to see what happens
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Jun 4, 2024
1 parent 7593af4 commit bbee7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbee7fa

Please sign in to comment.