From 515d6c85ccf251552959b685d51be370f076e52e Mon Sep 17 00:00:00 2001 From: Jared <865332676@qq.com> Date: Tue, 9 Jun 2026 13:58:42 +0800 Subject: [PATCH] chore: bump openclaw image to 20260608.2-csgclaw for participant upgrade --- internal/hub/builtin_store_test.go | 2 +- internal/templates/embed/openclaw-manager/agent.toml | 2 +- internal/templates/embed/openclaw-worker/agent.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/hub/builtin_store_test.go b/internal/hub/builtin_store_test.go index a5e8334d..0907286c 100644 --- a/internal/hub/builtin_store_test.go +++ b/internal/hub/builtin_store_test.go @@ -12,7 +12,7 @@ import ( ) const ( - testBuiltinOpenClawImage = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/openclaw:20260607.1-csgclaw" + testBuiltinOpenClawImage = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/openclaw:20260608.2-csgclaw" ) func TestBuiltinStoreListGetAndFetchWorkspace(t *testing.T) { diff --git a/internal/templates/embed/openclaw-manager/agent.toml b/internal/templates/embed/openclaw-manager/agent.toml index c2a07277..0717477c 100644 --- a/internal/templates/embed/openclaw-manager/agent.toml +++ b/internal/templates/embed/openclaw-manager/agent.toml @@ -5,4 +5,4 @@ runtime_kind = "openclaw_sandbox" updated_at = "2026-05-29T03:10:23Z" [image] -ref = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/openclaw:20260607.1-csgclaw" +ref = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/openclaw:20260608.2-csgclaw" diff --git a/internal/templates/embed/openclaw-worker/agent.toml b/internal/templates/embed/openclaw-worker/agent.toml index 4776262e..7c83a8cb 100644 --- a/internal/templates/embed/openclaw-worker/agent.toml +++ b/internal/templates/embed/openclaw-worker/agent.toml @@ -5,4 +5,4 @@ runtime_kind = "openclaw_sandbox" updated_at = "2026-05-29T03:10:23Z" [image] -ref = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/openclaw:20260607.1-csgclaw" +ref = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/openclaw:20260608.2-csgclaw"