bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.89k stars 337 forks source link

do not support go 1.21.0 ? #517

Closed iwanlebron closed 1 year ago

iwanlebron commented 1 year ago

env: macos : arm64 goversion : 1.21.0

result: WARNING: sonic only supports Go1.16~1.20 && CPU amd64, but your environment is not suitable

iwanlebron commented 1 year ago

sonic : v1.10.0

AsterDY commented 1 year ago

support 1.21, not support arm, I will update the warning later...

iwanlebron commented 1 year ago

Is there a plan to support arm64?