chore(deps): bump golang.org/x/sys from 0.30.0 to 0.47.0 - #3957
chore(deps): bump golang.org/x/sys from 0.30.0 to 0.47.0#3957dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.30.0 to 0.47.0. - [Commits](golang/sys@v0.30.0...v0.47.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7aa5014fe0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| module github.com/redis/go-redis/v9 | ||
|
|
||
| go 1.24 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Raising the root go directive to 1.25.0 makes the client library unloadable for consumers and CI jobs pinned to Go 1.24 with local toolchains, even though the root module is still documented as Go 1.24+. If golang.org/x/sys v0.47.0 requires Go 1.25, this bump should wait for an intentional minimum-version change; otherwise use a x/sys version that preserves the current Go 1.24 floor.
AGENTS.md reference: AGENTS.md:L11-L12
Useful? React with 👍 / 👎.
| module github.com/redis/go-redis/v9 | ||
|
|
||
| go 1.24 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Raising the root go directive to 1.25.0 makes the client library unloadable for consumers and CI jobs pinned to Go 1.24 with local toolchains, even though the root module is still documented as Go 1.24+. If golang.org/x/sys v0.47.0 requires Go 1.25, this bump should wait for an intentional minimum-version change; otherwise use a x/sys version that preserves the current Go 1.24 floor.
Useful? React with 👍 / 👎.
Bumps golang.org/x/sys from 0.30.0 to 0.47.0.
Commits
9e7e939cpu: handle vendor suffixes in parseReleasef6fb8a1unix: use epoll_pwait rather than epoll_waitf3eeabfwindows: avoid length overflow in NewNTString3cb6647unix: update glibc to 2.43c507910windows: document safe usage of TrusteeValued58dcfaunix: add GPIO constants and structs397d5f8unix: update to Linux kernel 7.00a387f7cpu: detect zbc extension on riscv64758f71ccpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong6499666aeunix: merge Linux readv/writev implementation with Darwin/OpenBSDDependabot 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
Low Risk
Indirect syscall/platform dependency bump with no application code changes; main reviewer concern is CI/toolchain compatibility with Go 1.25.0.
Overview
Bumps
golang.org/x/sysfrom 0.30.0 to 0.47.0 ingo.modandgo.sum, with no changes to library source.The module
godirective is also raised from 1.24 to 1.25.0.Reviewed by Cursor Bugbot for commit 7aa5014. Bugbot is set up for automated code reviews on this repo. Configure here.