bump github.com/hashicorp/go-version to v1.7.0 and github.com/google/go-containerregistry to v0.20.8#450
Open
gobiganesan1509 wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates Go module dependencies (and vendored metadata) to newer patch/minor versions.
Changes:
- Bumped several direct/indirect Go dependencies (e.g., go-containerregistry, x/oauth2, stargz/estargz, docker/cli, go-version, klauspost/compress).
- Regenerated
go.sumfor the updated module versions. - Updated
vendor/modules.txtto reflect the new vendored module versions.
Reviewed changes
Copilot reviewed 1 out of 63 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| vendor/modules.txt | Updates vendored module version listings and recorded module Go versions. |
| go.mod | Bumps dependency versions (direct + indirect). |
| go.sum | Updates checksums to match bumped dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…go-containerregistry to v0.20.8 Update direct dependencies: - github.com/hashicorp/go-version: v1.2.1 -> v1.7.0 - github.com/google/go-containerregistry: v0.20.6 -> v0.20.8 Transitive dependency updates pulled in: - github.com/containerd/stargz-snapshotter/estargz: v0.16.3 -> v0.18.2 - github.com/docker/cli: v29.2.0 -> v29.2.1 - github.com/klauspost/compress: v1.18.0 -> v1.18.4 - github.com/vbatts/tar-split: v0.12.1 -> v0.12.2 - golang.org/x/oauth2: v0.30.0 -> v0.35.0 Update go.sum and vendor directory accordingly. Signed-off-by: Gobi Ganesan <gobi.ganesan1509@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
677b49c to
b15964f
Compare
aroradaman
approved these changes
Jun 8, 2026
Member
|
Closed and opened the PR again to re-trigger the struck tests. |
Member
|
bot 100% sure what is wrong with this. do you mind force pushing or something to generate a new git SHA to see if it makes it pass? |
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.
bump github.com/hashicorp/go-version to v1.7.0 and github.com/google/go-containerregistry to v0.20.8
Update direct dependencies:
Transitive dependency updates pulled in: