Issue tracker is used for reporting bugs and discussing new features. Please use
Discord or stackoverflow for supporting
issues.
Expected Behavior
I'm trying to migrate from github.com/vmihailenco/msgpack/v5 to github.com/Basekick-Labs/msgpack/v6, but this required to update the Go version to 1.26 unexpectedly. This can be a little risky at least to us. Would it be possible to stick to 1.25? Thanks,
Current Behavior
go.mod specifies Go 1.26 and all the dependencies on this library would need to update the Go version.
Possible Solution
Modify go.mod to use Go 1.25 or 1.25.0
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
Issue tracker is used for reporting bugs and discussing new features. Please use
Discord or stackoverflow for supporting
issues.
Expected Behavior
I'm trying to migrate from github.com/vmihailenco/msgpack/v5 to github.com/Basekick-Labs/msgpack/v6, but this required to update the Go version to 1.26 unexpectedly. This can be a little risky at least to us. Would it be possible to stick to 1.25? Thanks,
Current Behavior
go.modspecifies Go 1.26 and all the dependencies on this library would need to update the Go version.Possible Solution
Modify
go.modto use Go 1.25 or 1.25.0Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation