You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builder: check for Go toolchain version used to compile TinyGo
This shows a much better error message for issues like this one:
NixOS/nixpkgs#341170 (comment)
The new error message would be:
cannot compile with Go toolchain version go1.23 (TinyGo was built using toolchain version go1.21.4)
returnnil, fmt.Errorf("cannot compile with Go toolchain version go%d.%d (TinyGo was built using toolchain version %s)", gorootMajor, gorootMinor, runtime.Version())
0 commit comments