Bump golang.org/x/sys from 0.36.0 to 0.37.0 #2312

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2312/head into main
dependabot[bot] commented 2025-10-13 02:23:23 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1751
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1751
Original created: 2025-10-13T02:23:23Z
Original updated: 2025-10-21T16:53:57Z
Original head: carverauto/serviceradar:dependabot/go_modules/golang.org/x/sys-0.37.0
Original base: main

Bumps golang.org/x/sys from 0.36.0 to 0.37.0.

Commits
  • 1edeebe unix: mkall.sh: fail if docker build failed
  • ecada54 unix: use slices.{Equal,Sort} in tests
  • 5e63aa5 windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows
  • 033906b unix: add (*CPUSet).Fill helper to enable all CPUs
  • 6be6c58 windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents
  • 32e2038 unix: use Go 1.21+ clear built-in
  • 137f2ed sys: add support for NetBSD getvfsstat
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #1751 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1751 Original created: 2025-10-13T02:23:23Z Original updated: 2025-10-21T16:53:57Z Original head: carverauto/serviceradar:dependabot/go_modules/golang.org/x/sys-0.37.0 Original base: main --- Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.36.0 to 0.37.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/1edeebeea09c66c5a886ccfefb1be5dafac5c893"><code>1edeebe</code></a> unix: mkall.sh: fail if docker build failed</li> <li><a href="https://github.com/golang/sys/commit/ecada541268c911af0ea4e4e1d5b1b9ae9350f8a"><code>ecada54</code></a> unix: use slices.{Equal,Sort} in tests</li> <li><a href="https://github.com/golang/sys/commit/5e63aa5e0fdbc13e970e0b19c47af41dd3c96f45"><code>5e63aa5</code></a> windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows</li> <li><a href="https://github.com/golang/sys/commit/033906b9f001ad8de67ebafbb9838f968715b74d"><code>033906b</code></a> unix: add (*CPUSet).Fill helper to enable all CPUs</li> <li><a href="https://github.com/golang/sys/commit/6be6c584a2e8031375fd3950a9b7bd9a867af5ee"><code>6be6c58</code></a> windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents</li> <li><a href="https://github.com/golang/sys/commit/32e203842b823da11129bd4fafb58a2e67d49b6f"><code>32e2038</code></a> unix: use Go 1.21+ clear built-in</li> <li><a href="https://github.com/golang/sys/commit/137f2eda356924019c101f440bbbc0270ddd857f"><code>137f2ed</code></a> sys: add support for NetBSD getvfsstat</li> <li>See full diff in <a href="https://github.com/golang/sys/compare/v0.36.0...v0.37.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.36.0&new-version=0.37.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-10-21 16:53:54 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1751#issuecomment-3427733686
Original created: 2025-10-21T16:53:54Z

Looks like golang.org/x/sys is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1751#issuecomment-3427733686 Original created: 2025-10-21T16:53:54Z --- Looks like golang.org/x/sys is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2312
No description provided.