summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/bytedance/sonic/README.md')
-rw-r--r--vendor/github.com/bytedance/sonic/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/bytedance/sonic/README.md b/vendor/github.com/bytedance/sonic/README.md
index 576c15bce..317878d09 100644
--- a/vendor/github.com/bytedance/sonic/README.md
+++ b/vendor/github.com/bytedance/sonic/README.md
@@ -6,9 +6,10 @@ A blazingly fast JSON serializing & deserializing library, accelerated by JI
## Requirement
-- Go: 1.17~1.23
+- Go: 1.17~1.24
+ - Notice: Go1.24.0 is not supported due to the [issue](https://github.com/golang/go/issues/71672), please use higher go version or add build tag `--ldflags="-checklinkname=0"`
- OS: Linux / MacOS / Windows
-- CPU: AMD64 / ARM64(need go1.20 above)
+- CPU: AMD64 / (ARM64, need go1.20 above)
## Features