build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.67.0#873
build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.67.0#873dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.4.0 to 1.67.0. - [Release notes](https://github.com/bufbuild/buf/releases) - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md) - [Commits](bufbuild/buf@v1.4.0...v1.67.0) --- updated-dependencies: - dependency-name: github.com/bufbuild/buf dependency-version: 1.67.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d612d1f. Configure here.
| module github.com/tendermint/tendermint | ||
|
|
||
| go 1.17 | ||
| go 1.25.7 |
There was a problem hiding this comment.
Massive Go version jump hidden in dependency bump
High Severity
The go directive jumped from 1.17 to 1.25.7 — an approximately 5-year leap in minimum Go version requirement. This is buried inside what the PR title describes as merely bumping buf. This will break builds for any developer or CI environment not running Go 1.25.7+, and the project's Makefile, Docker images, and CI configuration almost certainly still target Go 1.17-era toolchains. This effectively makes the entire project unbuildable without a coordinated Go toolchain upgrade.
Reviewed by Cursor Bugbot for commit d612d1f. Configure here.


Bumps github.com/bufbuild/buf from 1.4.0 to 1.67.0.
Release notes
Sourced from github.com/bufbuild/buf's releases.
... (truncated)
Changelog
Sourced from github.com/bufbuild/buf's changelog.
... (truncated)
Commits
92a0237Release v1.67.0 (#4426)1b674f6Revert "Use overlay bucket on buf.lock updates" (#4424)88cea79Skip adding links in LSP diagnostics for check plugins / policies (#4423)ece705fAdd a prompt tobuf beta registry plugin delete(#4421)d64c589Implement smart clean (#4413)725a0cfSet CHANGELOG gitattributes to union merge (#4420)ac1e8e4Add release binaries for FreeBSD / OpenBSD (#4401)540c848Fix buf dep graph --format json silently dropping dependencies (#4419)9c513a2Upgrade buf.build/go/standard to latest main (#4414)a63b4cbBump golangci-lint to latest and fix issues (#4410)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Large dependency and toolchain upgrade (including
goversion andgrpc/x/*libs) that can cause build, lint/proto generation, or transitive compatibility issues across the repo.Overview
Upgrades the project toolchain by bumping the
goversion ingo.modand substantially refreshing module dependencies.The primary change is updating
github.com/bufbuild/buftov1.67.0, which pulls in a broad set of new/updated transitive deps (notably LSP/CEL/protovalidate/connectrpc-related modules) and updates other key libraries (e.g.,google.golang.org/grpc,golang.org/x/*,cobra,testify). Theretractdirective format is also adjusted andgo.sumis regenerated accordingly.Reviewed by Cursor Bugbot for commit d612d1f. Bugbot is set up for automated code reviews on this repo. Configure here.