Skip to content

go 1.25 not supported #1953

@RonsenbergVI

Description

@RonsenbergVI

🐛 Describe the bug

Attempting to build the binaries with go 1.25 I get the following error

../../../go/pkg/mod/golang.org/x/tools@v0.24.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
make: *** [/Users/renejean.corneille/Documents/GitHub/aibrix/bin/controller-gen-v0.16.1] Error 1

which seems to be a documented error here.

Steps to Reproduce

  1. Install go 1.25+ and use this version
  2. Run make build

Expected behavior

Build should pass. It did after I downgraded to go 1.24.13

Environment

  • go version: 1.25
  • AIBrix main branch (commit sha: 2c219cd)

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