Skip to content

build(deps): Bump golang.org/x/crypto from 0.4.0 to 0.49.0#856

Closed
dependabot[bot] wants to merge 1 commit intov0.34.xfrom
dependabot/go_modules/v0.34.x/golang.org/x/crypto-0.49.0
Closed

build(deps): Bump golang.org/x/crypto from 0.4.0 to 0.49.0#856
dependabot[bot] wants to merge 1 commit intov0.34.xfrom
dependabot/go_modules/v0.34.x/golang.org/x/crypto-0.49.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps golang.org/x/crypto from 0.4.0 to 0.49.0.

Commits
  • 982eaa6 go.mod: update golang.org/x dependencies
  • 159944f ssh,acme: clean up tautological/impossible nil conditions
  • a408498 acme: only require prompt if server has terms of service
  • cab0f71 all: upgrade go directive to at least 1.25.0 [generated]
  • 2f26647 x509roots/fallback: update bundle
  • e08b067 go.mod: update golang.org/x dependencies
  • 7d0074c scrypt: fix panic on parameters <= 0
  • 506e022 go.mod: update golang.org/x dependencies
  • 7dacc38 chacha20poly1305: error out in fips140=only mode
  • 19acf81 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.0 and upgrades several golang.org/x/* libraries, which can affect build/CI compatibility and transitive dependency behavior.

Overview
Updates the module to require Go 1.25.0 and upgrades golang.org/x/crypto to v0.49.0 (with golang.org/x/net to v0.51.0).

Refreshes go.mod/go.sum with newer transitive golang.org/x/* versions (e.g., x/mod, x/sync, x/sys, x/term, x/text, x/tools) and bumps github.com/google/go-cmp to v0.6.0, resulting in a large go.sum churn.

Written by Cursor Bugbot for commit 530bbd0. This will update automatically on new commits. Configure here.

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>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: S:automerge, T:dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions bot added the Stale label Mar 27, 2026
@github-actions github-actions bot closed this Mar 31, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 31, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/v0.34.x/golang.org/x/crypto-0.49.0 branch March 31, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants