build(deps): Bump golang.org/x/net from 0.4.0 to 0.53.0#891
build(deps): Bump golang.org/x/net from 0.4.0 to 0.53.0#891dependabot[bot] wants to merge 1 commit intov0.34.xfrom
Conversation
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.53.0. - [Commits](golang/net@v0.4.0...v0.53.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.53.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 d1a3929. Configure here.
| 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 was bumped from 1.18 to 1.25.0 as a side effect of the dependency update. This creates a hard incompatibility with the rest of the project: the Dockerfile uses golang:1.18-alpine, all CI workflows (tests, lint, coverage) specify go-version: "1.18", and scripts reference golang:1.18-alpine. Go 1.18 cannot build a module with a go 1.25.0 directive, so all builds will fail.
Reviewed by Cursor Bugbot for commit d1a3929. Configure here.


Bumps golang.org/x/net from 0.4.0 to 0.53.0.
Commits
a8d1fc1go.mod: update golang.org/x dependencies056ac74quic: avoid depending on golang.org/x/sys/unixc85f611http3: add http3 package for testing in std805fc81http2: add transport API testse63b894http2: support testing via net/http.Transport.RoundTrip9ee1e48http2/hpack: prevent HeaderField from escaping during encoding1e71bd8http2: prevent hanging Transport due to bad SETTINGS frame7bca150internal/http3: respect net/http Server Shutdown context when shutting down44c41beinternal/http3: prevent server from holding mutex when sleeping during shutdown228a67ainternal/http3: add CloseIdleConnections support in transportDependabot 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
Dependency and toolchain upgrades (including
go 1.25.0and major jumps ingolang.org/x/*) can introduce subtle build/runtime or compatibility changes across the codebase. No application logic changes are included, but the surface area is broad due to transitive updates.Overview
Updates the module to Go
1.25.0and upgrades keygolang.org/xdependencies, notablygolang.org/x/nettov0.53.0(andgolang.org/x/cryptotov0.50.0).Refreshes transitive deps in
go.mod/go.sumaccordingly (e.g.,x/mod,x/sync,x/sys,x/term,x/text,x/tools, plus checksum churn), with no direct source-code changes.Reviewed by Cursor Bugbot for commit d1a3929. Bugbot is set up for automated code reviews on this repo. Configure here.