-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: relative submodules in git artifacts. Fixes #7141 #7162
fix: relative submodules in git artifacts. Fixes #7141 #7162
Conversation
Upgrades src-d/go-git v4 to go-git/go-git v5.3.0. See go-git/go-git#195. Signed-off-by: valorl <11498571+valorl@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Are you aware of any changes that might affect existing users since this is a major version update for go-git?
Based on this comment from the project, there shouldn't be any breaking changes going from 4 to 5.
https://github.com/go-git/go-git/wiki/go-git-has-a-new-home!-v5-and-some-explanations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. Thank you!
Upgrades src-d/go-git v4 to go-git/go-git v5.3.0. See go-git/go-git#195. Signed-off-by: valorl <11498571+valorl@users.noreply.github.com>
This upgrade might have been responsible for #7736 |
Upgrades src-d/go-git v4 to go-git/go-git v5.3.0.
See go-git/go-git#195.
Signed-off-by: valorl 11498571+valorl@users.noreply.github.com
Testing
Built and ran locally and tried to reproduce with the example Workflow from #7141. This time it clone the repo successfully.
Workflow
Output
Don't bother creating a PR until you've done this:
make pre-commit -B
to fix codegen, lint, and commit message problems.Create your PR as a draft.
does not need to pass.
Tips: