-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sonic does not support go1.20 #355
Comments
There's on going implementation to support go120: |
WIP |
I can confirm that too for https://github.com/kataras/iris
|
At the moment I recommend you use a specific version of go:
|
waiting for this too. |
does the new version have a schedule? |
#354 resloved |
github.com/bytedance/sonic/internal/loader
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata.go:27:22: undefined: _ModuleData
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata.go:30:27: undefined: _ModuleData
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata.go:41:6: undefined: _Func
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata.go:42:12: undefined: _ModuleData
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata.go:53:16: undefined: _ModuleData
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata.go:79:26: undefined: _ModuleData
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/funcdata_invalid.go:23:6: panic("Unsupported Go version. Supported versions are: 1.15, 1.16, 1.17, 1.18, 1.19") (no value) used as value
../../../go/pkg/mod/github.com/bytedance/sonic@v1.7.0/internal/loader/loader.go:47:50: too many arguments in call to registerFunction
have (string, uintptr, uintptr, int, int, uintptr, uintptr, uintptr)
want (string, uintptr, int, int, uintptr)
The text was updated successfully, but these errors were encountered: