Skip to content

chore(deps): bump golang.org/x/sys from 0.47.0 to 0.48.0 in /dashboard - #4134

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dashboard/golang.org/x/sys-0.48.0
Open

chore(deps): bump golang.org/x/sys from 0.47.0 to 0.48.0 in /dashboard#4134
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dashboard/golang.org/x/sys-0.48.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/sys from 0.47.0 to 0.48.0.

Commits
  • 613e257 cpu: add riscv64 hwprobe drift test
  • 6f7b10f unix: add MLOCK_ONFAULT constant
  • 663e7c8 cpu: add basic support for GOARCH=sparc64
  • de5f12f cpu: add ppc64le POWER10 detection
  • 80e8acf unix: run go fix
  • 1e3c182 unix: add IPMI interface
  • d429e20 unix: stop generating sparc termbits from the generic header
  • bd3bddf unix: add missing HWTSTAMP_* constants
  • e812f53 windows: add SO_SNDTIMEO constant for socket options
  • f6989c5 unix: align Ifreq so its union accessors cannot fault
  • Additional commits viewable 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 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)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.47.0 to 0.48.0.
- [Commits](golang/sys@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/golang.org/x/sys 0.48.0 UnknownUnknown

Scanned Files

  • dashboard/go.mod

@Scott-Emberson Scott-Emberson left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The golang.org/x/sys bump itself is clean: dashboard/go.mod moves 0.47.0 to 0.48.0 with the matching go.sum hashes, no code changes, and CI is green across the Go jobs.

One thing beyond the title, worth a look before this lands. The same diff also bumps the module's go directive from 1.25.0 to 1.26.0 in dashboard/go.mod. That is a larger change than "bump x/sys": it raises the minimum Go toolchain needed to build the dashboard, which matters here given how many forks and contributors track these paths. CI passing tells me our runners have 1.26 available, but it does not tell me the bump is required. If x/sys 0.48.0 genuinely needs go 1.26, worth saying so in the description so the minimum-version rise is a deliberate, visible decision. If it does not, pinning the directive back to 1.25.0 keeps the PR to the single dependency it claims to bump.

The x/sys change is fine on its own. The go directive bump is the only thing I would want confirmed as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📊 dashboard 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