Skip to content

Commit

Permalink
updater: add tidy, details
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 9486a74 commit b816bbd
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 @@ -38,9 +38,12 @@ jobs:
- name: Fetch lockfile from Tailscale
run: cp result_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
- name: Go get the rest
run: go get -t ./...

- name: Go mod tidy
run: go mod tidy

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

Expand Down

0 comments on commit b816bbd

Please sign in to comment.