Files
tailscale/.github/workflows
Tom Proctor 85d5803fb4 .github/workflows: speed up cache key calculation
From testing, it looks like it takes 5-15s to calculate cache keys, and
the culprit seems to be the **/go.sum pattern that walks the whole repo.
Since #18650, we only have one go.sum file in the repo anyway, so let's
reference it directly instead.

Updates tailscale/corp#24037

Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
2026-03-23 16:08:36 +00:00
..