This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git
The following commit(s) were added to refs/heads/main by this push:
new c63671211 docs(go): add go version requirements (#3134)
c63671211 is described below
commit c63671211e5d4325af909015c7128aa27dfcb9bd
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Jan 12 17:35:49 2026 +0800
docs(go): add go version requirements (#3134)
## Why?
## What does this PR do?
## Related issues
#3121
## Does this PR introduce any user-facing change?
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
---
docs/guide/go/index.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/guide/go/index.md b/docs/guide/go/index.md
index 9c60cc4f7..ee0b57c57 100644
--- a/docs/guide/go/index.md
+++ b/docs/guide/go/index.md
@@ -1,5 +1,5 @@
---
-title: Overview
+title: Go Serialization Guide
sidebar_position: 0
id: go_index
license: |
@@ -35,6 +35,8 @@ Apache Fory Go is a high-performance, cross-language
serialization library for G
### Installation
+**Requirements**: Go 1.24 or later
+
```bash
go get github.com/apache/fory/go/fory
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]