-
Notifications
You must be signed in to change notification settings - Fork 18k
x/playground: version stated on "About" page is sometimes one version behind #40319
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
Comments
By now (after some number of days have passed), it says "The current version is go1.14.6." on the About page. |
As another data point, https://play.golang.org/p/Ztyu2FJaajl says "go1.15" now (which was just released) but the About page still says "The current version is go1.14.7." |
Change https://golang.org/cl/294549 mentions this issue: |
The playground builds the sandbox environment at the latest version of Go, but builds the front-end code at the bootstrap version. This is mostly because the Go artifacts aren't available We should also run the front-end at the latest version of Go. Fixing it this way is blocked by #44389. |
Change https://golang.org/cl/295649 mentions this issue: |
Fixed and deployed. |
The current latest Go release is Go 1.14.6.
Clicking the About button at https://play.golang.org now says:
However, running the https://play.golang.org/p/Ztyu2FJaajl program suggests the actual playground program execution uses Go 1.14.6. So it's only the frontend that's on the previous version.
So it's not a big deal, but need to understand why this happens and fix it.
/cc @toothrot
The text was updated successfully, but these errors were encountered: