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
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/tools@v0.14.0/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)
FAIL golang.org/x/example/gotypes/doc [build failed]
For golang/go#73205.
Change-Id: If5dc7113d3b51d36021a050aca2b329c9e46c1fd
Reviewed-on: https://go-review.googlesource.com/c/example/+/679037
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
0 commit comments