fix(deps): update module golang.org/x/text to v0.37.0 (go.mod) - #2321
Conversation
93e47d2 to
77d45d3
Compare
77d45d3 to
9498ca6
Compare
9498ca6 to
dd4d391
Compare
dd4d391 to
eee3375
Compare
Greptile SummaryThis Renovate bot PR updates
Confidence Score: 3/5The dep updates themselves look mechanical and correct, but the jump to go 1.25.0 silently raises the minimum Go version for all consumers of this module — that needs an explicit team decision before merging. The dependency hash updates in go.sum are consistent with the version bumps in go.mod. The concern is the go 1.25.0 directive: it was not present in the previous go.mod and now sets the floor for anyone importing this module. If that is unintended — Renovate sometimes lifts the go directive as a side-effect of dependency constraints — it should be reverted or acknowledged before the PR lands. go.mod — specifically the go 1.25.0 directive change
|
| Filename | Overview |
|---|---|
| go.mod | golang.org/x/text bumped from v0.34.0 to v0.36.0; several transitive deps (mod, tools, net, sync, sys) also updated; go directive jumped from 1.24.3 to 1.25.0, raising the module minimum Go version |
| go.sum | Checksums updated to match the new dependency versions; no anomalies |
Comments Outside Diff (1)
-
go.mod, line 3 (link)Go minimum version bumped to 1.25.0
The
godirective changed from1.24.3(withtoolchain go1.24.4) togo 1.25.0, raising the module's minimum required Go version. Any downstream user building with Go 1.24.x will now get anote: module requires Go 1.25warning or, depending on their toolchain, a hard error. This is a broader impact than a routine dependency bump — worth confirming that the project intentionally dropped Go 1.24 support before merging.
Reviews (1): Last reviewed commit: "fix(deps): update module golang.org/x/te..." | Re-trigger Greptile
eee3375 to
a939bca
Compare
This PR contains the following updates:
v0.36.0→v0.37.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.