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 5aeee1d8a5
.github/workflows: double the timeout for golangci-lint (#18404)
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

Although PR #18398 enabled the Go module cache, bootstrapping with a
cold cache still takes too long.

This PR doubles the default 5 minute timeout for golangci-lint to 10
minutes so that golangci-lint can finish downloading all of its
dependencies.

Note that this doesn’t affect the 5 minute timeout configured in
.golangci.yml, since running golangci-lint on your local instance
should still be plenty fast.

Fixes #18366

Signed-off-by: Simon Law <sfllaw@tailscale.com>
11 hours ago
..
ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: add link to wiki/OtherSoftwareInterop 3 years ago
actions/go-cache .github/actions/go-cache: build cigocacher using remote path, fall back to ./tool/go (#18409) 16 hours ago
workflows .github/workflows: double the timeout for golangci-lint (#18404) 11 hours 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