Skip to content

build: Update module github.com/go-git/go-git/v6 to v6.0.0-alpha.1#47

Closed
go-git-renovate[bot] wants to merge 3 commits intomainfrom
renovate/go-git
Closed

build: Update module github.com/go-git/go-git/v6 to v6.0.0-alpha.1#47
go-git-renovate[bot] wants to merge 3 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-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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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

@go-git-renovate go-git-renovate bot requested a review from pjbgf as a code owner April 9, 2026 06:21
pjbgf
pjbgf previously approved these changes Apr 9, 2026
@pjbgf
Copy link
Copy Markdown
Member

pjbgf commented Apr 9, 2026

@copilot fix the build error:

 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 9, 2026

@copilot fix the build error:

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

...

Fixed in acb1817. Added the plumbing/hash import and updated the call to idxfile.NewDecoder(idxFile, hash.New(ch)) to match the new signature.

@pjbgf
Copy link
Copy Markdown
Member

pjbgf commented Apr 9, 2026

@copilot re-create this PR instead, avoid committing the binary into it.

@pjbgf pjbgf closed this Apr 9, 2026
Copilot finished work on behalf of pjbgf April 9, 2026 11:56
Copilot AI requested a review from pjbgf April 9, 2026 11:56
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