From 9894ad6024a615fe9a3aa67f0e227ea93a4e4f29 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 26 Feb 2025 23:02:41 +0700 Subject: [DO-NOT-MERGE] internal/play: disable goroutine for watchVersion --- internal/play/play.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/play/play.go b/internal/play/play.go index b6b459ac..846ed2c6 100644 --- a/internal/play/play.go +++ b/internal/play/play.go @@ -55,8 +55,6 @@ func init() { {Name: "Go previous release", Backend: "goprev"}, {Name: "Go dev branch", Backend: "gotip"}, }) - - go watchVersions() } func readVersions() (list []playVersion, err error) { -- cgit v1.3