Skip to content

build: Update go-git#49

Merged
pjbgf merged 2 commits intomainfrom
renovate/go-git
Apr 20, 2026
Merged

build: Update go-git#49
pjbgf merged 2 commits intomainfrom
renovate/go-git

Conversation

@go-git-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-git/go-billy/v6 v6.0.0-20260328065524-593ae452e14dv6.0.0-20260410103409-85b6241850b5 age confidence
github.com/go-git/go-git-fixtures/v6 v6.0.0-20260403205623-487c094a2af5v6.0.0-20260410103352-fe4fd2baf1dc age confidence
github.com/go-git/go-git/v6 v6.0.0-20260114124804-a8db3a6585a6v6.0.0-alpha.1 age confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@go-git-renovate
Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.3.0 -> v1.4.1
github.com/cloudflare/circl v1.6.1 -> v1.6.3
github.com/kevinburke/ssh_config v1.4.0 -> v1.6.0

@pjbgf
Copy link
Copy Markdown
Member

pjbgf commented Apr 20, 2026

@copilot fix the compilation issue due to change in the API:

Error: cmd/gogit/verify-pack.go:84:28: not enough arguments in call to idxfile.NewDecoder
have (billy.File)
want (io.Reader, "github.com/go-git/go-git/v6/plumbing/hash".Hash)

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

@copilot fix the compilation issue due to change in the API:

Error: cmd/gogit/verify-pack.go:84:28: not enough arguments in call to idxfile.NewDecoder
have (billy.File)
...

Fixed in commit 0c4fa2f: verify-pack now passes the selected hash implementation to idxfile.NewDecoder (hash.New(ch)), which resolves the v6 API compilation error. I also verified with make build, go test ./..., and make validate-lint.

@pjbgf pjbgf merged commit 4ad0196 into main Apr 20, 2026
4 checks passed
@pjbgf pjbgf deleted the renovate/go-git branch April 20, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants