deps(go): bump golang.org/x/sys from 0.45.0 to 0.47.0 - #55
Merged
Conversation
Owner
|
@dependabot recreate |
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 26, 2026 18:17
d3d6c86 to
c0707e6
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 27, 2026 10:45
c0707e6 to
0c75f22
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 27, 2026 11:47
0c75f22 to
b502321
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 27, 2026 12:04
b502321 to
73fc8da
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 27, 2026 12:05
73fc8da to
5dadd12
Compare
abd-ulbasit
added a commit
that referenced
this pull request
Jul 27, 2026
go.mod pinned `go 1.24.0` while deploy/docker/Dockerfile built on golang:1.24-alpine. Those two have to move as a pair, and because they sat in separate files no single dependabot PR could move both — so every open PR was wedged: - #21/#33/#55/#56 raise go.mod to 1.25.0, and the Docker job then dies on the 1.24 builder: go: go.mod requires go >= 1.25.0 (running go 1.24.13; GOTOOLCHAIN=local) - #44 bumps actions/setup-go v5 -> v7, which exports GOTOOLCHAIN=local. With go.mod still at 1.24.0 the Security and Benchmark jobs die installing their tools: golang.org/x/vuln@v1.6.0 requires go >= 1.25.0 (running go 1.24.0) golang.org/x/perf@... requires go >= 1.25.0 (running go 1.24.0) The two PRs that would have raised the base image (#2, #22) were closed, and dependabot will not re-propose a bump it has already opened. So the deadlock could only be broken by hand, from main, in one commit. Raise both here, plus the benchmark Job manifest that runs go from the same image. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 27, 2026 16:21
5dadd12 to
ac12d24
Compare
Owner
|
@dependabot rebase |
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.45.0 to 0.47.0. - [Commits](golang/sys@v0.45.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>
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/sys-0.47.0
branch
from
July 27, 2026 16:38
ac12d24 to
6390f6b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/sys from 0.45.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 structs