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

lxfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ba877c7 fix intergrate test error (#1048)
3ba877c7 is described below

commit 3ba877c7822bdd0b9cbf79a195fbbe7d3a88c2f2
Author: FengZhang <[email protected]>
AuthorDate: Sun Feb 8 21:26:35 2026 +0800

    fix intergrate test error (#1048)
---
 integrate_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrate_test.sh b/integrate_test.sh
index d0485146..60c1cfba 100644
--- a/integrate_test.sh
+++ b/integrate_test.sh
@@ -40,7 +40,7 @@ git clone 
https://github.com/apache/incubator-seata-go-samples samples && cd sam
 
 # update seata-go to current commit id
 
-go mod edit -replace=seata.apache.org/seata-go=github.com/"$1"@"$2"
+go mod edit -replace=seata.apache.org/seata-go="${ROOT_DIR}"
 
 go mod tidy
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to