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>
7 months ago
..
checklocks.yml
codeql-analysis.yml go.mod,wgengine/netstack: bump gvisor 8 months ago
docker-file-build.yml
flakehub-publish-tagged.yml
go-licenses.yml
golangci-lint.yml .github/workflows: update golangci-lint for Go 1.22 8 months ago
govulncheck.yml
installer.yml
kubemanifests.yaml
test.yml .github/workflows: fix regular breakage of go toolchains 7 months ago
update-flake.yml
update-webclient-prebuilt.yml
webclient.yml