-
Notifications
You must be signed in to change notification settings - Fork 537
Open
Description
🐛 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
- Install go 1.25+ and use this version
- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels