Skip to content

fix(deps): update module golang.org/x/text to v0.37.0 (go.mod) - #2321

Merged
jamietanna merged 1 commit into
mainfrom
renovate/go.mod/golang.org-x-text-0.x
May 17, 2026
Merged

jamietanna merged 1 commit into
mainfrom
renovate/go.mod/golang.org-x-text-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/text v0.36.0v0.37.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner April 9, 2026 12:57
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 9, 2026
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) - autoclosed Apr 21, 2026
@renovate renovate Bot closed this Apr 21, 2026
@renovate
renovate Bot deleted the renovate/go.mod/golang.org-x-text-0.x branch April 21, 2026 20:20
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) - autoclosed fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) Apr 21, 2026
@renovate renovate Bot reopened this Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/go.mod/golang.org-x-text-0.x branch 3 times, most recently from 93e47d2 to 77d45d3 Compare April 22, 2026 21:27
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) - autoclosed Apr 25, 2026
@renovate renovate Bot closed this Apr 25, 2026
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) - autoclosed fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) Apr 26, 2026
@renovate renovate Bot reopened this Apr 26, 2026
@renovate
renovate Bot force-pushed the renovate/go.mod/golang.org-x-text-0.x branch 2 times, most recently from 77d45d3 to 9498ca6 Compare April 26, 2026 02:04
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/text to v0.36.0 (go.mod) Update module golang.org/x/text to v0.36.0 (go.mod) Apr 29, 2026
@renovate
renovate Bot force-pushed the renovate/go.mod/golang.org-x-text-0.x branch from 9498ca6 to dd4d391 Compare April 30, 2026 08:02
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.36.0 (go.mod) Update module golang.org/x/text to v0.36.0 (go.mod) - autoclosed May 2, 2026
@renovate renovate Bot closed this May 2, 2026
@renovate renovate Bot changed the title Update module golang.org/x/text to v0.36.0 (go.mod) - autoclosed fix(deps): update module golang.org/x/text to v0.37.0 (go.mod) May 8, 2026
@renovate renovate Bot reopened this May 8, 2026
@renovate
renovate Bot force-pushed the renovate/go.mod/golang.org-x-text-0.x branch 2 times, most recently from dd4d391 to eee3375 Compare May 8, 2026 16:33
@greptile-apps

greptile-apps Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This Renovate bot PR updates golang.org/x/text from v0.34.0 to v0.36.0 (the PR title references v0.37.0, which does not match the actual diff or description table). Several transitive dependencies are also bumped as part of the update.

  • golang.org/x/text v0.34.0 → v0.36.0; golang.org/x/mod, golang.org/x/tools, golang.org/x/net, golang.org/x/sync, and golang.org/x/sys are updated as well.
  • The go directive in go.mod changes from 1.24.3 (with an explicit toolchain go1.24.4 line) to go 1.25.0, raising the module's minimum Go version requirement.

Confidence Score: 3/5

The 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

Important Files Changed

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)

  1. go.mod, line 3 (link)

    P1 Go minimum version bumped to 1.25.0

    The go directive changed from 1.24.3 (with toolchain go1.24.4) to go 1.25.0, raising the module's minimum required Go version. Any downstream user building with Go 1.24.x will now get a note: module requires Go 1.25 warning 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

@renovate
renovate Bot force-pushed the renovate/go.mod/golang.org-x-text-0.x branch from eee3375 to a939bca Compare May 17, 2026 13:59
@jamietanna
jamietanna merged commit d4ab4d9 into main May 17, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant