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
James Tucker 7e17aeb36b .github/workflows: fix regular breakage of go toolchains
This server recently had a common ansible applied, which added a
periodic /tmp cleaner, as is needed on other CI machines to deal with
test tempfile leakage. The setting of $HOME to /tmp means that the go
toolchain in there was regularly getting pruned by the tmp cleaner, but
often incompletely, because it was also in use.

Move HOME to a runner owned directory.

Updates #11248

Signed-off-by: James Tucker <james@tailscale.com>
3 months ago
..
checklocks.yml .github: Bump actions/checkout from 3 to 4 7 months ago
codeql-analysis.yml go.mod,wgengine/netstack: bump gvisor 4 months ago
docker-file-build.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
flakehub-publish-tagged.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
go-licenses.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
golangci-lint.yml .github/workflows: update golangci-lint for Go 1.22 4 months ago
govulncheck.yml .github/workflows/govulncheck: migrate to a Github App (#10793) 5 months ago
installer.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
kubemanifests.yaml ./github/workflows/kubemanifests.yaml: fix the paths whose changes should trigger test runs (#10885) 4 months ago
test.yml .github/workflows: fix regular breakage of go toolchains 3 months ago
update-flake.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
update-webclient-prebuilt.yml .github: build gocross using regular GOPROXY settings 7 months ago
webclient.yml .github/workflows: add webclient workflow 6 months ago