Skip to content

Commit

Permalink
updater: agora vai
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 8a8eed7 commit f72063d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ jobs:
- name: Update Nix flake
run: nix flake update

- name: Build upstream tailscale source
run: 'nix build nixpkgs#tailscale.src -o output_ts'

- name: Fetch lockfile from Tailscale
run: cp output_ts/{go.mod,go.sum} . && sed -i 's;module tailscale\.com; module github.com/lucasew/ts-proxy;' go.mod

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

- name: Update Nix hashes
run: ./.github/update-nix-hashes.py
Expand Down

0 comments on commit f72063d

Please sign in to comment.