Skip to content

chore(deps): bump golang.org/x/sys from 0.47.0 to 0.48.0 in the golang-x group across 1 directory - #187

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang-x-df524e2856
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang-x-df524e2856

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the golang-x group with 1 update in the / directory: golang.org/x/sys.

Updates 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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 14, 2026 09:21
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown

Castiron custom code

✅ No new custom-code files detected.

5 mixed files remain; 0 existing customizations changed.

Compared 0169bff050ffbbca43b3c842. Generated baselines verified.

5 existing customizations unchanged
  • pkg/cmd/adminorganizationcertificate.go
  • pkg/cmd/cmd.go
  • scripts/castiron/README.md
  • scripts/castiron/custom_code_report.py
  • scripts/castiron/test_custom_code_report.py

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 35518509627 --repo openai/openai-cli \
  --name castiron-custom-code-35518509627-1 --dir /tmp/castiron-custom-code-35518509627-1
git apply --stat /tmp/castiron-custom-code-35518509627-1/custom-code.patch
cat /tmp/castiron-custom-code-35518509627-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin 0169bff050ff9c05c4609b669c06709306d464fa bbca43b3c84270ff4d1a8027172058d4c6683aa1
python3 scripts/castiron/custom_code_report.py report \
  --base 0169bff050ff9c05c4609b669c06709306d464fa \
  --head bbca43b3c84270ff4d1a8027172058d4c6683aa1 --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-bbca43b3c842
cat /tmp/castiron-custom-code-bbca43b3c842/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 37c97caba5

ℹ️ 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".

Comment thread go.mod
module github.com/openai/openai-cli

go 1.25.0
go 1.26.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Align the configured toolchain with the new Go minimum

Raising the module directive to 1.26.0 conflicts with the repository's .go-version (1.25) and its documented Go 1.25 support. With the toolchain selected by the CI and publish workflows, GOTOOLCHAIN=local ./scripts/bootstrap now fails immediately; with the default auto mode, Go instead downloads exactly go1.26.0, bypassing the workflows' deliberate check-latest selection of a patched toolchain. Either retain a dependency compatible with Go 1.25 or update .go-version, the installation documentation, and the release-toolchain configuration together.

AGENTS.md reference: AGENTS.md:L15-L18

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/golang-x-df524e2856 branch 2 times, most recently from dc9e3f1 to 1860977 Compare September 15, 2026 00:11

@saioai saioai 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.

requesting changes: this bumps the minimum to go 1.26, but our toolchain and docs still say 1.25, and ci is failing on that mismatch. please update those together, or keep a compatible x/sys version for now.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/golang-x-df524e2856 branch 2 times, most recently from ffc6035 to 7b300a9 Compare September 19, 2026 18:13
Bumps the golang-x group with 1 update in the / directory: [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/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
  dependency-group: golang-x
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/golang-x-df524e2856 branch from 7b300a9 to bbca43b Compare September 20, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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