Bump golang.org/x/sys from 0.44.0 to 0.45.0#191
Conversation
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.44.0 to 0.45.0. - [Commits](golang/sys@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.45.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.
Dependency Bump Evaluation
Version change: golang.org/x/sys 0.44.0 -> 0.45.0 (minor)
Breaking changes: None
Security concerns: None
Changes:
- Update to Linux kernel 7.0 syscall definitions
- CPU feature detection additions for RISC-V (zbc) and LoongArch (LLACQ_SCREL, SCQ, DBAR_HINTS)
- Internal refactor merging Linux readv/writev with Darwin/OpenBSD
- New Windows APIs (NtSetEaFile, NtQueryEaFile, NtQueryInformationFile)
- New OpenBSD vectored I/O support (Readv, Writev, Preadv, Pwritev)
Impact on codebase: This project imports golang.org/x/sys/unix solely for unix.SIGINT and unix.SIGTERM signal constants in cmd/log-courier/main.go. None of the v0.45.0 changes affect these fundamental signal definitions. All changes are additive (new constants, new platform support, internal refactoring).
CI status: Checks in progress at time of review.
Recommendation: SAFE TO MERGE (once CI is green)
— Claude Code
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #191 +/- ##
=======================================
Coverage 76.75% 76.75%
=======================================
Files 22 22
Lines 1957 1957
=======================================
Hits 1502 1502
Misses 364 364
Partials 91 91
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Bumps golang.org/x/sys from 0.44.0 to 0.45.0.
Commits
397d5f8unix: 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/OpenBSDe4444cbwindows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile04396e8unix: add Readv, Writev, Preadv, Pwritev for OpenBSDMost Recent Ignore Conditions Applied to This Pull Request
Dependabot 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)