mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-04 06:36:01 -04:00
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>