Skip to content

fix(deps): Bump oras-go to v2.6.2 and golang.org/x/sync to v0.22.0 - #782

Merged
michaeljguarino merged 1 commit into
mainfrom
fix-vuln
Jul 15, 2026
Merged

fix(deps): Bump oras-go to v2.6.2 and golang.org/x/sync to v0.22.0#782
michaeljguarino merged 1 commit into
mainfrom
fix-vuln

Conversation

@maciaszczykm

@maciaszczykm maciaszczykm commented Jul 15, 2026

Copy link
Copy Markdown
Member

Fixes PROD-5041.

@greptile-apps

greptile-apps Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps two indirect Go dependencies: oras.land/oras-go/v2 from v2.6.1 to v2.6.2 and golang.org/x/sync from v0.21.0 to v0.22.0. Both go.mod and go.sum are updated consistently with the correct new hashes.

  • oras.land/oras-go/v2 v2.6.2 — patch release of the OCI Registry As Storage client library; marked indirect.
  • golang.org/x/sync v0.22.0 — minor release of the Go extended sync package; marked indirect.
  • go.sum correctly removes the old checksums and adds the new ones for both packages.

Confidence Score: 5/5

Safe to merge — both dependencies are indirect, the version bumps are small, and go.sum is consistent with go.mod.

Both updated packages are indirect dependencies used through other libraries, not directly invoked by application code. The go.sum checksums are correctly updated to match the new versions, with no mismatches or stale entries.

No files require special attention.

Important Files Changed

Filename Overview
go.mod Bumps oras.land/oras-go/v2 from v2.6.1 to v2.6.2 and golang.org/x/sync from v0.21.0 to v0.22.0 — both are indirect dependencies.
go.sum Hash entries for both updated dependencies are correctly replaced; old hashes removed and new hashes added consistently.

Reviews (1): Last reviewed commit: "fix(deps): bump oras-go to v2.6.2 and go..." | Re-trigger Greptile

@linear

linear Bot commented Jul 15, 2026

Copy link
Copy Markdown

PROD-5041

@maciaszczykm maciaszczykm added the bug-fix This pull request fixes a bug label Jul 15, 2026
@michaeljguarino
michaeljguarino merged commit 45532e0 into main Jul 15, 2026
15 of 16 checks passed
@michaeljguarino
michaeljguarino deleted the fix-vuln branch July 15, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix This pull request fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants