Skip to content

is it possible to use Go 1.25? #70

@hajimehoshi

Description

@hajimehoshi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions