build(deps): Bump golang.org/x/crypto from 0.4.0 to 0.49.0#856
build(deps): Bump golang.org/x/crypto from 0.4.0 to 0.49.0#856dependabot[bot] wants to merge 1 commit intov0.34.xfrom
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.4.0 to 0.49.0. - [Commits](golang/crypto@v0.4.0...v0.49.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.49.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.
| module github.com/tendermint/tendermint | ||
|
|
||
| go 1.18 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Go version bump breaks all CI and Docker builds
High Severity
The go directive in go.mod jumps from 1.18 to 1.25.0, but every CI workflow in .github/workflows/ (tests.yml, e2e.yml, lint.yml, coverage.yml, check-generated.yml, e2e-manual.yml) is pinned to go-version: '1.18', and DOCKER/Dockerfile uses golang:1.18-alpine. Since Go 1.21+, the go directive acts as a hard minimum version requirement. The dependencies (golang.org/x/crypto v0.49.0, etc.) use language features and stdlib APIs unavailable in Go 1.18, so all builds will fail.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps golang.org/x/crypto from 0.4.0 to 0.49.0.
Commits
982eaa6go.mod: update golang.org/x dependencies159944fssh,acme: clean up tautological/impossible nil conditionsa408498acme: only require prompt if server has terms of servicecab0f71all: upgrade go directive to at least 1.25.0 [generated]2f26647x509roots/fallback: update bundlee08b067go.mod: update golang.org/x dependencies7d0074cscrypt: fix panic on parameters <= 0506e022go.mod: update golang.org/x dependencies7dacc38chacha20poly1305: error out in fips140=only mode19acf81go.mod: update golang.org/x dependenciesDependabot 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
Moderate risk because it changes the module’s Go version requirement to
go 1.25.0and upgrades severalgolang.org/x/*libraries, which can affect build/CI compatibility and transitive dependency behavior.Overview
Updates the module to require Go
1.25.0and upgradesgolang.org/x/cryptotov0.49.0(withgolang.org/x/nettov0.51.0).Refreshes
go.mod/go.sumwith newer transitivegolang.org/x/*versions (e.g.,x/mod,x/sync,x/sys,x/term,x/text,x/tools) and bumpsgithub.com/google/go-cmptov0.6.0, resulting in a largego.sumchurn.Written by Cursor Bugbot for commit 530bbd0. This will update automatically on new commits. Configure here.