This is an automated email from the ASF dual-hosted git repository.
zfeng pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 6b5126e1179 Support Seata-go V2 path (#1068)
6b5126e1179 is described below
commit 6b5126e11798d189b7a27e04d9e646611b1c3f18
Author: FengZhang <[email protected]>
AuthorDate: Mon Feb 9 23:02:01 2026 +0800
Support Seata-go V2 path (#1068)
* add seata-go download
* support seata-go v2
---
.../current/download/seata-go.md | 6 +++---
.../current/download/seata-go.md | 7 ++++---
static/seata-go/index.html | 5 +++++
static/seata-go/v2/index.html | 5 +++++
4 files changed, 17 insertions(+), 6 deletions(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
index 69a1aa2b3be..bd070f6d764 100644
---
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
+++
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
@@ -48,9 +48,9 @@ Seata Go v2.0.0 is the current stable release, covering AT,
TCC, and XA modes wi
## Install via Go Modules
- (Optional) Pin a proxy for faster downloads: `go env -w
GOPROXY=https://goproxy.cn,direct`.
-- Add the SDK to your module: `go get seata.apache.org/[email protected]`
(records to `go.mod` / `go.sum`).
-- Lock the dependency explicitly by keeping `require seata.apache.org/seata-go
v2.0.0` and running `go mod tidy`.
-- Verify dependency integrity before committing: `go list
seata.apache.org/seata-go/...`.
+- Add the SDK to your module: `go get seata.apache.org/seata-go/[email protected]`
(records to `go.mod` / `go.sum`).
+- Lock the dependency explicitly by keeping `require
seata.apache.org/seata-go/v2 v2.0.0` and running `go mod tidy`.
+- Verify dependency integrity before committing: `go list
seata.apache.org/seata-go/v2/...`.
## Verify the releases
It is crucial to verify the integrity of downloaded artifacts using GPG
signatures or SHA checksums. Download the KEYS, `.asc`, and `.sha512` files
directly from the Apache distribution directory rather than mirrors.
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
index 15977903686..9e06410190c 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-go.md
@@ -48,9 +48,10 @@ Seata Go v2.0.0 是当前稳定版本,覆盖 AT、TCC、XA 等模式,并支
## 通过 Go Modules 安装
- (可选)设置代理以提升下载速度:`go env -w GOPROXY=https://goproxy.cn,direct`。
-- 引入 SDK:`go get seata.apache.org/[email protected]`,依赖会写入 `go.mod` / `go.sum`。
-- 在 `go.mod` 中保留 `require seata.apache.org/seata-go v2.0.0` 并执行 `go mod
tidy`,锁定依赖版本。
-- 提交前使用 `go list seata.apache.org/seata-go/...` 确认依赖解析正常。
+- 引入 SDK:`go get seata.apache.org/seata-go/[email protected]`,依赖会写入 `go.mod` /
`go.sum`。
+- 在 `go.mod` 中保留 `require seata.apache.org/seata-go/v2 v2.0.0` 并执行 `go mod
tidy`,锁定依赖版本。
+- 提交前使用 `go list seata.apache.org/seata-go/v2/...` 确认依赖解析正常。
+
## 验证发布包
下载的发行包应通过 GPG 签名或 SHA 校验和验证完整性。请直接从 Apache 分发目录获取 KEYS、`.asc` 和 `.sha512`
等文件,而非第三方镜像。
diff --git a/static/seata-go/index.html b/static/seata-go/index.html
new file mode 100644
index 00000000000..90467c88e04
--- /dev/null
+++ b/static/seata-go/index.html
@@ -0,0 +1,5 @@
+<html>
+ <head>
+ <meta name="go-import" content="seata.apache.org/seata-go git
https://github.com/apache/incubator-seata-go">
+ </head>
+</html>
diff --git a/static/seata-go/v2/index.html b/static/seata-go/v2/index.html
new file mode 100644
index 00000000000..21cb7677967
--- /dev/null
+++ b/static/seata-go/v2/index.html
@@ -0,0 +1,5 @@
+<html>
+ <head>
+ <meta name="go-import" content="seata.apache.org/seata-go/v2 git
https://github.com/apache/incubator-seata-go">
+ </head>
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]