Skip to content

Commit

Permalink
iteracao no update script
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Nov 25, 2024
1 parent b683f83 commit 80dce4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Update minor and patch-level dependencies
run: go get -t -u ./... gvisor.dev/gvisor@go
run: go get -t -u ./... gvisor.dev/gvisor@go github.com/tailscale/tailscale@$(nix eval nixpkgs#tailscale.version --raw)
# - name: Update minor and patch-level dependencies for gvisor
# run: go get -t -u gvisor.dev/[email protected]

Expand All @@ -43,6 +43,9 @@ jobs:
- name: Update Nix flake
run: nix flake update

- name: Try to build it
run: nix build

- name: Create pull request
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit 80dce4f

Please sign in to comment.