chore(deps): bump the golang group across 1 directory with 4 updates#733
Merged
Conversation
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>
eefac9e to
4c6ecba
Compare
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/syncfrom 0.17.0 to 0.21.0Commits
5071ed6all: fix some comments to improve readabilityec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]2a180e2errgroup: use consistent read for SetLimit panic1966f53errgroup: fix some typos in commentUpdates
golang.org/x/termfrom 0.35.0 to 0.44.0Commits
3b43943go.mod: update golang.org/x dependencies3c3e485go.mod: update golang.org/x dependencies52b71d3go.mod: update golang.org/x dependencies9d2dc07go.mod: update golang.org/x dependenciesd954e03all: upgrade go directive to at least 1.25.0 [generated]3aff304go.mod: update golang.org/x dependenciesa7e5b04go.mod: update golang.org/x dependencies943f25dx/term: handle transpose9b991ddx/term: handle delete key3863673go.mod: update golang.org/x dependenciesUpdates
golang.org/x/textfrom 0.29.0 to 0.38.0Commits
f4bb632go.mod: update golang.org/x dependencies3ef517ego.mod: update golang.org/x dependencies8577a70go.mod: update golang.org/x dependencies7ca2c6dgo.mod: update golang.org/x dependencies73d1ba9all: upgrade go directive to at least 1.25.0 [generated]817fba9go.mod: update golang.org/x dependencies3264de9all: clean up old Go hacks74af298all: fix tags in remaining Unicode tables117e03ball: delete old Unicode tables9463ea4all: update to Unicode 17Updates
golang.org/x/timefrom 0.13.0 to 0.15.0Commits
812b343all: upgrade go directive to at least 1.25.0 [generated]2b4e439rate: use time.Time.Equal instead of ==