Skip to content

'make go-run-community' fails with 'Go 1.26' due to 'github.com/bytedance/sonic v1.14.1' #11963

Description

@KingrogKDR

Running make go-run-community on a fresh checkout with Go 1.26.4 fails during compilation.

Image

go.mod specifies Go 1.25.7 as the minimum supported version, and the development guide directs contributors to use the version from go.mod. However, building with the current stable Go release (1.26.4) fails because the project resolves github.com/bytedance/sonic v1.14.1.

This appears to be the same upstream compatibility issue tracked by the Sonic project for Go 1.26.

It may be helpful to either:

  • explicitly document that Go 1.26 is not yet supported for local development, or
  • update the dependency if Go 1.26 support is intended.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions