Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1#395
Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1#395dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.18.0 to 5.19.1. - [Release notes](https://github.com/go-git/go-git/releases) - [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md) - [Commits](go-git/go-git@v5.18.0...v5.19.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dependabot[bot], thepetk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
PR Summary by QodoBump go-git to v5.19.1 and refresh Go module/toolchain versions Description
Diagram
High-Level Assessment
Files changed (2)
|
Code Review by Qodo
1. Go version bump mismatch
|
| module github.com/devfile/alizer | ||
|
|
||
| go 1.24.3 | ||
| go 1.25.0 |
There was a problem hiding this comment.
1. Go version bump mismatch 🐞 Bug ☼ Reliability
The PR bumps the module Go version to 1.25.0, which drops compatibility with older Go toolchains and also changes the Go version used by CI/release workflows because they read the version from go.mod. The repo README still advertises Go 1.24, so the required toolchain version is now inconsistent with the documented support level.
Agent Prompt
### Issue description
This PR updates `go.mod` to `go 1.25.0`, which raises the minimum required Go version and changes what CI installs (workflows use `go-version-file: go.mod`). The README still advertises Go 1.24, so either the Go version bump is unintentional or documentation/support policy must be updated.
### Issue Context
- `actions/setup-go` in CI and release workflows reads the Go version from `go.mod`, so changing the `go` directive changes the toolchain used in automation.
- Contributors/users following the README will reasonably expect Go 1.24 compatibility.
### Fix Focus Areas
- go.mod[3-3]
- README.md[1-5]
- .github/workflows/CI.yml[14-18]
- .github/workflows/release.yaml[34-37]
### Suggested fix
- If Go 1.25 is **not** an intentional minimum requirement change: revert `go 1.25.0` back to the prior minimum (e.g., `1.24.3`) and re-run `go mod tidy` with that Go version.
- If Go 1.25 **is** intentional: update README (badge and any stated requirements) to reflect 1.25, and ensure any other tooling/docs that assume 1.24 are updated accordingly.
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Bumps github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1.
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
3c3be60Merge pull request #2137 from go-git/validate-v53fba897plumbing: format/packfile, cap delta chain depth in parsera97d660Merge pull request #2125 from hiddeco/v5/format-input-boundsaeaa125plumbing: format/objfile, require Header before Read1f38e17plumbing: format/packfile, bound inflate sizef7545a0plumbing: format/idxfile, bound nr by file size170b881Merge pull request #2116 from pjbgf/symlink-v57b6d994Merge pull request #2117 from hiddeco/v5/worktree-fs-mkdirall-root-noopf0709b3git: Stop validating symlink target paths776d00fgit: Allow MkdirAll on worktree-root pathsYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)