chore(deps): bump the go-dependencies group across 1 directory with 2 updates#9
Merged
Merged
Conversation
aledbf
added a commit
that referenced
this pull request
Jul 22, 2026
* test(parity): retry parity sides on transient docker build flakes The runtime parity lane's docker builds flake on contended CI runners (BuildKit "failed to solve", a registry hiccup, or a container-setup failure surfaced as `Command failed: docker build`). A flake on one side while the other succeeds shows up as a false TS-vs-Go divergence and fails the job under PARITY_STRICT=true, where an inconclusive skip is red too. This turned unrelated dependabot PRs (#9, #10) and a main daily run red on up.dotfiles-local* cases. Wrap each side's CLI invocation in a bounded retry (2 attempts) gated on isRetryableFailure, a predicate deliberately broader than isInfraError. Retrying is safe: a deterministic product failure reproduces on the next attempt and still goes red. The narrow isInfraError/classifyParitySide oracle-usability path is unchanged, so no real divergence is masked as a skip. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com> --------- Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
@dependabot rebase |
… updates Bumps the go-dependencies group with 2 updates in the / directory: [github.com/moby/buildkit](https://github.com/moby/buildkit) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/moby/buildkit` from 0.31.1 to 0.31.2 - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.31.1...v0.31.2) Updates `golang.org/x/net` from 0.56.0 to 0.57.0 - [Commits](golang/net@v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-b73e14cb69
branch
from
July 22, 2026 04:06
e709871 to
00052f0
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 the go-dependencies group with 2 updates in the / directory: github.com/moby/buildkit and golang.org/x/net.
Updates
github.com/moby/buildkitfrom 0.31.1 to 0.31.2Release notes
Sourced from github.com/moby/buildkit's releases.
Commits
e42e1bfMerge pull request #6960 from tonistiigi/v0.31.2-picks1a32681vendor: update github.com/tonistiigi/fsutil to 30cd4fc5d9110669f4bexecutor/oci: avoid delete access for WCOW pin44c0ed6executor/oci: pin resolved WCOW cache source473663bexecutor/oci: pin WCOW cache mount source across mount realizationa9155a4executor/oci: confine WCOW cache mount source within cache root3916124fileop: contain rm parent traversal5aefc4asolver: reject negative LLB input indexes1659c30solver: add tests for op input index validationed77788solver: validate op input indices to avoid panicsUpdates
golang.org/x/netfrom 0.56.0 to 0.57.0Commits
b8f09f6go.mod: update golang.org/x dependenciesf05f21bidna: reject all-ASCII xn-- labels on all Go versions0f748cfinternal/http3: clean up stream I/O methods usages in tests0bb961einternal/http3: add net/http.ResponseController support0ca694dwebdav: document Dir's lack of defense against filesystem modificationbd5f1dchttp2: initialize Transport on NewClientConn488ff63bpf: add security considerations to package docs93d1f25xsrftoken: avoid token collisions5a3baeeinternal/http3: prevent panic in QPACK decoder due to overflow