Bump go-git to v6.0.0-alpha.5 - #1874
Merged
Merged
Conversation
Signed-off-by: Paulo Gomes <paulo@entire.io>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s go-git v6 dependency to the v6.0.0-alpha.5 release, aligning the module definition and checksums. This affects the CLI’s underlying git implementation (via go-git wrappers) without introducing any application code changes.
Changes:
- Bump
github.com/go-git/go-git/v6requirement tov6.0.0-alpha.5ingo.mod. - Update
go.sumentries to match the new go-git version and checksums.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required go-git v6 version to v6.0.0-alpha.5. |
| go.sum | Refreshes checksums for go-git v6 to reflect v6.0.0-alpha.5. |
gtrrz-victor
approved these changes
Jul 30, 2026
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.
https://entire.io/gh/entireio/cli/trails/954
Note
Medium Risk
go-git underpins core Git operations in the CLI (with lint-enforced wrappers around Reset/Checkout); an alpha release bump can change behavior even when this diff is lockfile-only.
Overview
Updates the
github.com/go-git/go-git/v6dependency from the previous alpha.4 pseudo-version tov6.0.0-alpha.5, with matchinggo.sumchecksum entries. There are no application code changes in this PR—only the module lockfiles move forward.Reviewed by Cursor Bugbot for commit cce6be5. Configure here.