summaryrefslogtreecommitdiffhomepage
path: root/version_tailscale_test.go
AgeCommit message (Collapse)AuthorFilesLines
2024-10-06tailscaleroot: panic if tailscale_go build tag but Go toolchain mismatchBrad Fitzpatrick1-9/+1
Fixes #13527 Change-Id: I05921969a84a303b60d1b3b9227aff9865662831 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2024-09-19go.toolchain.rev: bump oss, test toolchain matches go.toolchain.revBrad Fitzpatrick1-0/+35
Update go.toolchain.rev for https://github.com/tailscale/go/pull/104 and add a test that, when using the tailscale_go build tag, we use the right Go toolchain. We'll crank up the strictness in later commits. Updates #13527 Change-Id: Ifb09a844858be2beb144a420e4e9dbdc5c03ae3a Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>