The current latest Go release is Go 1.14.6.
Clicking the About button at https://play.golang.org now says:
The playground uses the latest stable release of Go.
The current version is go1.14.5.
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