From 1a90efb00c302f7897893e079734135b1a565c78 Mon Sep 17 00:00:00 2001 From: kaaaaaaang Date: Mon, 1 Apr 2024 18:54:45 +0800 Subject: [PATCH] Revert "playground: only pull nightly from cluster version (#2364)" This reverts commit 38b6c96c2d27f16bbc7fd95644235010d319f6cc. --- components/playground/playground.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/playground/playground.go b/components/playground/playground.go index 333ed5fe66..a20b9dfcbc 100644 --- a/components/playground/playground.go +++ b/components/playground/playground.go @@ -891,9 +891,7 @@ func (p *Playground) bindVersion(comp string, version string) (bindVersion strin default: } if bindVersion == "" { - if version == "nightly" { - bindVersion = version - } + bindVersion = version } return }