Bump go-git/go-git to v5.19.0 and go-git/go-billy to v5.9.0#68
Merged
Conversation
Update go-git/go-git from v5.18.0 to v5.19.0 and go-git/go-billy from v5.8.0 to v5.9.0. This bumps the minimum Go version to 1.25.0 as required by the updated dependencies. Update CI matrix from Go 1.24/1.25 to Go 1.25/1.26 accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
golangci-lint v2.6.2 was built with Go 1.25 and panics when type-checking Go 1.26 code. Keep the lint job on Go 1.25. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #68 +/- ##
=======================================
Coverage 64.77% 64.77%
=======================================
Files 4 4
Lines 88 88
=======================================
Hits 57 57
Misses 23 23
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Combines the updates from #66 and #67 with the necessary CI fix.
Changes
github.com/go-git/go-git/v5from v5.18.0 to v5.19.0github.com/go-git/go-billy/v5from v5.8.0 to v5.9.0go.modfrom 1.24.0 to 1.25.0 (required by dependencies)Why the Dependabot PRs failed
Both #66 and #67 bumped the
godirective to 1.25.0, but CI setsGOTOOLCHAIN=localand tested with Go 1.24, which refused to build the module.Closes #66
Closes #67