From 6f016925ab0d259bb07657f5ab83f2a2d7ef5656 Mon Sep 17 00:00:00 2001 From: kaaaaaaang Date: Wed, 3 Apr 2024 15:18:18 +0900 Subject: [PATCH] Revert "playground: only pull nightly from cluster version (#2364)" (#2397) 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 }