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
fix(tinygo): update Go version from 1.25.0 to 1.25.3
Go 1.25.0 does not exist, causing 404 errors when downloading on all platforms:
Error: GET returned 404 Not Found
URL: https://go.dev/dl/go1.25.0.windows-amd64.tar.gz
Updated to Go 1.25.3 which is the current latest stable release.
This affects TinyGo's hermetic Go SDK download for all platforms.
0 commit comments