mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-15 20:07:37 -04:00
Go now includes the GOROOT bin directory in $PATH while running tests and generate, so it is no longer necessary to construct a path using runtime.GOROOT(). Fixes #6689 Signed-off-by: James Tucker <james@tailscale.com>