x/playground: timing out building simple programs #51708
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone
Running a simple print hello program on https://go.dev/play/ is currently failing with:
This happens both with "Go release" (1.18) and "Go dev branch" (tip).
At least yesterday evening, both were working okay, so this is a more recent regression. (The automatic deployment also worked correctly,
fmt.Println(runtime.Version())
was printing "go1.18" after its release yesterday.)CC @golang/release.
The text was updated successfully, but these errors were encountered: