-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
See golang/go#74462
on go version go1.25.1 darwin/arm64, installing wrapcheck with go install github.com/tomarrell/wrapcheck/v2/cmd/wrapcheck@latest fails due to the linked issue with x/tools.
The error message is:
$ go install github.com/tomarrell/wrapcheck/v2/cmd/wrapcheck@latest
# golang.org/x/tools/internal/tokeninternal
../go/pkg/mod/golang.org/x/tools@v0.25.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)I was looking at PR #61 and it seems like compatibility might be desired with older golang versions, so perhaps the solution is a new wrapcheck major version?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels