tailscale/tool/gocross
David Anderson 17eae5b0d3 tool/gocross: force use of our custom toolchain
The new 'toolchain' directive in go.mod can sometimes force
the use of an upstream toolchain against our wishes. Concurrently,
some of our dependencies have added the 'toolchain' directive, which
transitively adds it to our own go.mod. Force all uses of gocross to
ignore that directive and stick to our customized toolchain.

Updates #cleanup

Signed-off-by: David Anderson <danderson@tailscale.com>
2024-01-19 18:23:21 -08:00
..
autoflags_test.go tool/gocross: force use of our custom toolchain 2024-01-19 18:23:21 -08:00
autoflags.go tool/gocross: force use of our custom toolchain 2024-01-19 18:23:21 -08:00
env_test.go tool/gocross: a tool for building Tailscale binaries 2023-02-22 17:55:16 +00:00
env.go tool/gocross: a tool for building Tailscale binaries 2023-02-22 17:55:16 +00:00
exec_other.go tool/gocross: a tool for building Tailscale binaries 2023-02-22 17:55:16 +00:00
exec_unix.go tool/gocross: a tool for building Tailscale binaries 2023-02-22 17:55:16 +00:00
gocross-wrapper.sh ci: report test coverage to coveralls.io 2023-11-21 09:08:37 -06:00
gocross.go various: add golangci-lint, fix issues (#7905) 2023-04-17 18:38:24 -04:00
goroot.go all: cleanup unused code, part 1 (#10661) 2023-12-20 14:50:30 -08:00
toolchain.go tool/gocross: support running from outside the repo dir 2023-03-20 15:01:58 -07:00