From 80dce4f8d7fdd58dbfb895a826b417f604e736b2 Mon Sep 17 00:00:00 2001 From: lucasew Date: Mon, 25 Nov 2024 14:30:16 -0300 Subject: [PATCH] iteracao no update script Signed-off-by: lucasew --- .github/workflows/update-deps.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 180b4a7..2849a96 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -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/gvisor@v0.0.0-20240306221502-ee1e1f6070e3 @@ -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: