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 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>
21 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: fix timeouts by caching packages for golangci-lint (#18398) 21 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