Skip to content

Support Go 1.26: internal/itoa removed (replaced by internal/strconv) #5191

@sivchari

Description

@sivchari

Go 1.26 removed the internal/itoa package from the standard library. This causes TinyGo build failures when using Go 1.26. This problem is caused sinceinternal/itoa was removed in golang/go@49c1da4
So I propose

  1. Add src/internal/itoa/itoa.go to tinygo source
  2. Update "internal/itoa": false to pathsToOverride()

What do you think ?

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