You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/.github
Simon Law 76fb09c6bd
.github/workflows: fix timeouts by caching packages for golangci-lint (#18398)
Recently, the golangci-lint workflow has been taking longer and longer
to complete, causing it to timeout after the default of 5 minutes.

    Running error: context loading failed: failed to load packages: failed to load packages: failed to load with go/packages: context deadline exceeded
    Timeout exceeded: try increasing it by passing --timeout option

This PR upgrades actions/setup-go to version 6, the latest, and
enables caching for Go modules and build outputs. This should speed up
linting because most packages won’t have to be downloaded over and
over again.

Fixes #18366

Signed-off-by: Simon Law <sfllaw@tailscale.com>
1 day ago
..
ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: add link to wiki/OtherSoftwareInterop 3 years ago
actions/go-cache .github,cmd/cigocacher: add flags --version --stats --cigocached-host 1 month ago
workflows .github/workflows: fix timeouts by caching packages for golangci-lint (#18398) 1 day ago
CONTRIBUTING.md .github: add CONTRIBUTING.md 9 months ago
dependabot.yml .github/dependabot.yml: disable eager updates for Go. 4 years ago
licenses.tmpl Revert "licenses: add gliderlabs/ssh license" 2 years ago