You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These dependencies aren't yet automatically updated due to cycles,
leaving them to be maintained manually. They haven't been updated
in some time. Do that now.
Updating to a newer x/tools version fixes a build error at Go tip:
$ go version
go version go1.25-devel_eebae283b6 Mon Jun 2 15:28:33 2025 -0700 darwin/arm64 # CL 675736
$ go test -c -o=/dev/null ./...
# golang.org/x/tools/internal/tokeninternal
$GOMODCACHE/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
FAIL golang.org/x/text/cmd/gotext [build failed]
For golang/go#73264.
For golang/go#73205.
Change-Id: Ie6be2f827ba7e49f6d8469e9a53f314b4247759d
Reviewed-on: https://go-review.googlesource.com/c/text/+/679115
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
0 commit comments