-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Description
👋 During the testing of Go 1.25rc1 in
it was noted that the build of Ignite CLI fails with:
# github.com/bytedance/sonic/internal/rt
/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.2/internal/rt/stubs.go:33:22: undefined: GoMapIterator
/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/sonic@v1.13.2/internal/rt/stubs.go:36:54: undefined: GoMapIterator
The upstream module github.com/bytedance/sonic
already has a fix
merged and available in the v1.14.0-rc1 prerelease. Initial testing shows that updating that module fixes the build.
Please
go get -u github.com/bytedance/sonic@v1.14.0-rc1
- run the CI tests to make sure nothing is broken
- test with Go 1.25rc1 and fix any other changes needed and/or report bugs upstream
- wait until 1.14.0 or later release is available
- update the
github.com/bytedance/sonic
module (eg viago get -u github.com/bytedance/sonic@latest
) - create a release
Please note that Go 1.25rc2 is expected on Tuesday and final is scheduled for August. It would be ideal if you make a release with Go 1.25 support before that or at least immediately after the release.
julienrbrt
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done