-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toolchain: panic if go.toolchain.rev doesn't match toolchain #13527
Comments
bradfitz
added a commit
that referenced
this issue
Sep 20, 2024
Update go.toolchain.rev for tailscale/go#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 <[email protected]>
bradfitz
added a commit
that referenced
this issue
Sep 20, 2024
Update go.toolchain.rev for tailscale/go#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 <[email protected]>
bradfitz
added a commit
to tailscale/tailscale-android
that referenced
this issue
Sep 20, 2024
bradfitz
added a commit
to tailscale/tailscale-android
that referenced
this issue
Sep 20, 2024
…chain Updates tailscale/tailscale#13527 Signed-off-by: Brad Fitzpatrick <[email protected]>
bradfitz
added a commit
to tailscale/tailscale-android
that referenced
this issue
Sep 20, 2024
…chain Updates tailscale/tailscale#13527 Signed-off-by: Brad Fitzpatrick <[email protected]>
bradfitz
added a commit
that referenced
this issue
Oct 6, 2024
Fixes #13527 Change-Id: I05921969a84a303b60d1b3b9227aff9865662831
bradfitz
added a commit
that referenced
this issue
Oct 6, 2024
Fixes #13527 Change-Id: I05921969a84a303b60d1b3b9227aff9865662831 Signed-off-by: Brad Fitzpatrick <[email protected]>
bradfitz
added a commit
that referenced
this issue
Oct 6, 2024
Fixes #13527 Change-Id: I05921969a84a303b60d1b3b9227aff9865662831 Signed-off-by: Brad Fitzpatrick <[email protected]>
kradalby
pushed a commit
that referenced
this issue
Oct 8, 2024
Fixes #13527 Change-Id: I05921969a84a303b60d1b3b9227aff9865662831 Signed-off-by: Brad Fitzpatrick <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We had some problems with the Android build lately using the wrong cached Go toolchain.
Let's panic at startup if we detect the wrong Go toolchain in use that doesn't match go.toolchain.rev (and we know that the intent is to use the Tailscale toolchain)
First bit was tailscale/go#104
/cc @raggi
The text was updated successfully, but these errors were encountered: