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/workflows
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>
13 hours ago
..
checklocks.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
cigocacher.yml .github: add cigocacher release workflow 1 month ago
codeql-analysis.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
docker-base.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
docker-file-build.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
flakehub-publish-tagged.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
golangci-lint.yml .github/workflows: double the timeout for golangci-lint (#18404) 13 hours ago
govulncheck.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
installer.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
kubemanifests.yaml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
natlab-integrationtest.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
pin-github-actions.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
request-dataplane-review.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
ssh-integrationtest.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
test.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
update-flake.yml .github/workflows: bump create-pull-request to 8.0.0 1 week ago
update-webclient-prebuilt.yml .github/workflows: bump create-pull-request to 8.0.0 1 week ago
vet.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago
webclient.yml .github: Bump actions/checkout from 4.2.2 to 5.0.0 1 week ago