stefanb opened a new pull request, #201: URL: https://github.com/apache/skywalking-eyes/pull/201
The build error with Go 1.25 manifests as: ``` go1.25rc1 build ./... # golang.org/x/tools/internal/tokeninternal ../../../go/pkg/mod/golang.org/x/tools@v0.21.1-0.20240508182429-e35e4ccd0d2d/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) ``` updated via ``` go get -u golang.org/x/tools go mod tidy ``` Related: * Go proposal: https://github.com/golang/go/issues/73205 * Upstream x/tools fix: https://go-review.googlesource.com/c/tools/+/675955 / https://github.com/golang/tools/commit/2815c8bd92cb4ed1b4ef79260efaab44c6237172 * Problem found in https://github.com/Homebrew/homebrew-core/pull/226636 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org