当前位置: 首页 > news >正文

Go编译报错“undefined: GoMapIterator”

Go编译报错“undefined: GoMapIterator”

错误信息:

/root/go/pkg/mod/github.com/bytedance/sonic@v1.13.3/internal/rt/stubs.go:36:54: undefined: GoMapIterator

原因是更新版本的 Go 编译时,需要升级 sonic 库的版本:

github.com/bytedance/sonic v1.14.2 // indirect
github.com/bytedance/sonic/loader v0.4.0 // indirect