Skip to content

chore(deps): bump the golang group across 1 directory with 4 updates#733

Merged
ernado merged 1 commit into
masterfrom
dependabot/go_modules/golang-3fe6054a56
Jun 12, 2026
Merged

chore(deps): bump the golang group across 1 directory with 4 updates#733
ernado merged 1 commit into
masterfrom
dependabot/go_modules/golang-3fe6054a56

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown
Contributor

Bumps the golang group with 4 updates in the / directory: golang.org/x/sync, golang.org/x/term, golang.org/x/text and golang.org/x/time.

Updates golang.org/x/sync from 0.17.0 to 0.21.0

Commits
  • 5071ed6 all: fix some comments to improve readability
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • 2a180e2 errgroup: use consistent read for SetLimit panic
  • 1966f53 errgroup: fix some typos in comment
  • See full diff in compare view

Updates golang.org/x/term from 0.35.0 to 0.44.0

Commits
  • 3b43943 go.mod: update golang.org/x dependencies
  • 3c3e485 go.mod: update golang.org/x dependencies
  • 52b71d3 go.mod: update golang.org/x dependencies
  • 9d2dc07 go.mod: update golang.org/x dependencies
  • d954e03 all: upgrade go directive to at least 1.25.0 [generated]
  • 3aff304 go.mod: update golang.org/x dependencies
  • a7e5b04 go.mod: update golang.org/x dependencies
  • 943f25d x/term: handle transpose
  • 9b991dd x/term: handle delete key
  • 3863673 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.29.0 to 0.38.0

Commits
  • f4bb632 go.mod: update golang.org/x dependencies
  • 3ef517e go.mod: update golang.org/x dependencies
  • 8577a70 go.mod: update golang.org/x dependencies
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.13.0 to 0.15.0

Commits
  • 812b343 all: upgrade go directive to at least 1.25.0 [generated]
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 10, 2025
@ernado

ernado commented Jun 12, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the golang group with 4 updates in the / directory: [golang.org/x/sync](https://github.com/golang/sync), [golang.org/x/term](https://github.com/golang/term), [golang.org/x/text](https://github.com/golang/text) and [golang.org/x/time](https://github.com/golang/time).


Updates `golang.org/x/sync` from 0.17.0 to 0.21.0
- [Commits](golang/sync@v0.17.0...v0.21.0)

Updates `golang.org/x/term` from 0.35.0 to 0.44.0
- [Commits](golang/term@v0.35.0...v0.44.0)

Updates `golang.org/x/text` from 0.29.0 to 0.38.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.29.0...v0.38.0)

Updates `golang.org/x/time` from 0.13.0 to 0.15.0
- [Commits](golang/time@v0.13.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/term
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/text
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/golang-3fe6054a56 branch from eefac9e to 4c6ecba Compare June 12, 2026 18:37
@ernado ernado merged commit 21f1cad into master Jun 12, 2026
13 of 14 checks passed
@ernado ernado deleted the dependabot/go_modules/golang-3fe6054a56 branch June 12, 2026 18:44
ernado added a commit that referenced this pull request Jun 12, 2026
The golang group bump (#733) raised go.mod's directive to go 1.25.0,
because golang.org/x/{sync,term,text,time} now require Go 1.25. The CI
workflows still pinned 1.24.x (ci, coverage) and 1.21.x (lint, e2e) and
only worked via setup-go's toolchain auto-download, which also breaks the
coverage job ("go: no such tool covdata") and is incompatible with
actions/setup-go v6 (GOTOOLCHAIN=local, #716).

Pin every job to 1.25.x to match go.mod, fixing the coverage job and
unblocking the setup-go v6 bump.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant