Revert "chore: bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1"#148
Open
manzil-infinity180 wants to merge 3 commits into
Open
Conversation
Bump go directive to 1.26.3 (required by local rookery fulcio plugin via replace) and prune stale go.sum entries that were breaking the build/lint/test jobs.
Local rookery clone in CI pulls aflock-ai/rookery main, which now requires go-securesystemslib v0.10.0 transitively.
There was a problem hiding this comment.
Pull request overview
This PR reverts the earlier dependency bump of github.com/go-git/go-git/v5 (#125), returning the module graph to the prior state and updating go.sum accordingly.
Changes:
- Revert
github.com/go-git/go-git/v5fromv5.19.1back tov5.19.0(indirect). - Update the
godirective togo 1.26.3. - Refresh module metadata (
go.sum) to reflect the reverted/adjusted dependency graph (including indirect version/checksum adjustments).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Reverts go-git to v5.19.0, updates Go version directive to 1.26.3, and adjusts indirect requirements. |
| go.sum | Removes checksums for no-longer-selected module versions and adds/keeps checksums matching the updated module graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Reverts #125