This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 030f361  trying to make the CI more stable (#241)
030f361 is described below

commit 030f36113b23be2bbd633e32faed18f0a9ccc680
Author: mrproliu <[email protected]>
AuthorDate: Wed Apr 8 10:22:43 2026 +0800

    trying to make the CI more stable (#241)
---
 test/plugins/scenarios/rocketmq/plugin.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/plugins/scenarios/rocketmq/plugin.yml 
b/test/plugins/scenarios/rocketmq/plugin.yml
index a19b11f..94ee4c9 100644
--- a/test/plugins/scenarios/rocketmq/plugin.yml
+++ b/test/plugins/scenarios/rocketmq/plugin.yml
@@ -25,13 +25,13 @@ support-version:
       - v2.1.2
 dependencies:
   mqnamesrv:
-    image: apache/rocketmq:5.1.4
+    image: apache/rocketmq:5.3.2
     hostname: mqnamesrv
     ports:
       - 9876
     command: ["sh", "mqnamesrv"]
   mqbroker:
-    image: apache/rocketmq:5.1.4
+    image: apache/rocketmq:5.3.2
     hostname: mqbroker
     depends_on:
      - mqnamesrv
@@ -40,7 +40,7 @@ dependencies:
       - 10911
       - 10912
     volumes:
-      - "./config/broker.conf:/opt/rocketmq-5.1.4/conf/broker.conf"
+      - "./config/broker.conf:/home/rocketmq/rocketmq-5.3.2/conf/broker.conf"
     command: ["sh", "mqbroker", "autoCreateTopicEnable=true"]
     environment:
       NAMESRV_ADDR: "mqnamesrv:9876"
\ No newline at end of file

Reply via email to