build(deps): Bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility#5543
Merged
mhilton merged 1 commit intoinfluxdata:masterfrom Jun 16, 2025
stefanb:bump-golang-x-tools
Merged
build(deps): Bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility#5543mhilton merged 1 commit intoinfluxdata:masterfrom stefanb:bump-golang-x-tools
mhilton merged 1 commit intoinfluxdata:masterfrom
stefanb:bump-golang-x-tools
Conversation
…lity Build with Go 1.25 fails with: go generate -tags '' ./libflux/go/libflux env GO111MODULE=on go build -tags '' ./... go: downloading github.com/dave/jennifer v1.2.0 go: downloading golang.org/x/mod v0.18.0 # golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/tools@v0.22.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) make: *** [build] Error 1 Bumped via: go1.25rc1 get -u golang.org/x/tools go: upgraded golang.org/x/crypto v0.36.0 => v0.39.0 go: upgraded golang.org/x/mod v0.24.0 => v0.25.0 go: upgraded golang.org/x/net v0.38.0 => v0.41.0 go: upgraded golang.org/x/sync v0.12.0 => v0.15.0 go: upgraded golang.org/x/sys v0.31.0 => v0.33.0 go: upgraded golang.org/x/term v0.30.0 => v0.32.0 go: upgraded golang.org/x/text v0.23.0 => v0.26.0 go: upgraded golang.org/x/tools v0.30.0 => v0.34.0 go1.25rc1 mod tidy Related: * Go proposal: golang/go#73205 * Upstream `golang.org/x/tools` fix: https://go-review.googlesource.com/c/tools/+/675955 / golang/tools@2815c8b * Problem found in Homebrew/homebrew-core#226636
62 tasks
mhilton
approved these changes
Jun 16, 2025
Contributor
|
Thankyou @stefanb |
Contributor
Author
|
Please don't forget to make a release sometime before or right after go 1.25 release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👋 Build with Go 1.25 fails with:
Bumped via:
Related:
golang.org/x/toolsfix: https://go-review.googlesource.com/c/tools/+/675955 / golang/tools@2815c8bChecklist
Dear Author 👋, the following checks should be completed (or explicitly dismissed) before merging.
experimental/docs/Spec.mdhas been updatedDear Reviewer(s) 👋, you are responsible (among others) for ensuring the completeness and quality of the above before approval.