Skip to content

[backport] build: test, Fix build on Windows.#1734

Merged
pjbgf merged 1 commit into
go-git:releases/v5.xfrom
pjbgf:fix-ci
Nov 23, 2025
Merged

[backport] build: test, Fix build on Windows.#1734
pjbgf merged 1 commit into
go-git:releases/v5.xfrom
pjbgf:fix-ci

Conversation

@pjbgf

@pjbgf pjbgf commented Nov 23, 2025

Copy link
Copy Markdown
Member

Ignore adding github.com keys to known_hosts.

Win32-OpenSSH does not support the key exchange method sntrup761x25519-sha512@openssh.com.

This method was recently added to github.com - see https://github.blog/engineering/platform-security/post-quantum-security-for-ssh-access-on-github/

For more information about the KEX method support see PowerShell/Win32-OpenSSH#2140

x-ref: #1663

Ignore adding github.com keys to known_hosts.

Win32-OpenSSH does not support the key exchange method
sntrup761x25519-sha512@openssh.com.

This method was recently added to github.com - see
https://github.blog/engineering/platform-security/post-quantum-security-for-ssh-access-on-github/

For more information about the KEX method support see
PowerShell/Win32-OpenSSH#2140
@pjbgf pjbgf merged commit 399e04b into go-git:releases/v5.x Nov 23, 2025
12 checks passed
@pjbgf pjbgf deleted the fix-ci branch November 23, 2025 13:30
arthurzam pushed a commit to gentoo-golang-dist/forgejo-runner that referenced this pull request Jan 18, 2026
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `v5.16.3` -> `v5.16.4` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-git%2fgo-git%2fv5/v5.16.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-git%2fgo-git%2fv5/v5.16.3/v5.16.4?slim=true) |

---

### Release Notes

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

### [`v5.16.4`](https://github.com/go-git/go-git/releases/tag/v5.16.4)

[Compare Source](go-git/go-git@v5.16.3...v5.16.4)

#### What's Changed

- backport plumbing: format/idxfile, prevent panic by [@&#8203;swills](https://github.com/swills) in [#&#8203;1732](go-git/go-git#1732)
- \[backport] build: test, Fix build on Windows. by [@&#8203;pjbgf](https://github.com/pjbgf) in [#&#8203;1734](go-git/go-git#1734)
- build: Update module golang.org/x/net to v0.38.0 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://github.com/go-git-renovate)\[bot] in [#&#8203;1742](go-git/go-git#1742)
- build: Update module github.com/cloudflare/circl to v1.6.1 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://github.com/go-git-renovate)\[bot] in [#&#8203;1741](go-git/go-git#1741)
- build: Update module github.com/go-git/go-git/v5 to v5.13.0 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://github.com/go-git-renovate)\[bot] in [#&#8203;1743](go-git/go-git#1743)

**Full Changelog**: <go-git/go-git@v5.16.3...v5.16.4>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiS2luZC9EZXBlbmRlbmN5VXBkYXRlIiwicnVuLWVuZC10by1lbmQtdGVzdHMiXX0=-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/1269
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
schwarlex pushed a commit to la-demos/vcluster-workshop-prep that referenced this pull request Feb 11, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | require | patch | `v5.16.2` -> `v5.16.4` |

---

### Release Notes

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

### [`v5.16.4`](https://github.com/go-git/go-git/releases/tag/v5.16.4)

[Compare Source](go-git/go-git@v5.16.3...v5.16.4)

#### What's Changed

- backport plumbing: format/idxfile, prevent panic by [@&#8203;swills](https://github.com/swills) in [#&#8203;1732](go-git/go-git#1732)
- \[backport] build: test, Fix build on Windows. by [@&#8203;pjbgf](https://github.com/pjbgf) in [#&#8203;1734](go-git/go-git#1734)
- build: Update module golang.org/x/net to v0.38.0 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://github.com/go-git-renovate)\[bot] in [#&#8203;1742](go-git/go-git#1742)
- build: Update module github.com/cloudflare/circl to v1.6.1 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://github.com/go-git-renovate)\[bot] in [#&#8203;1741](go-git/go-git#1741)
- build: Update module github.com/go-git/go-git/v5 to v5.13.0 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://github.com/go-git-renovate)\[bot] in [#&#8203;1743](go-git/go-git#1743)

**Full Changelog**: <go-git/go-git@v5.16.3...v5.16.4>

### [`v5.16.3`](https://github.com/go-git/go-git/releases/tag/v5.16.3)

[Compare Source](go-git/go-git@v5.16.2...v5.16.3)

#### What's Changed

- internal: Expand regex to fix build \[5.x] by [@&#8203;baloo](https://github.com/baloo) in [#&#8203;1644](go-git/go-git#1644)
- build: raise timeouts for windows CI tests and disable CIFuzz \[5.x] by [@&#8203;baloo](https://github.com/baloo) in [#&#8203;1646](go-git/go-git#1646)
- plumbing: support commits extra headers, support jujutsu signed commit \[5.x] by [@&#8203;baloo](https://github.com/baloo) in [#&#8203;1633](go-git/go-git#1633)

**Full Changelog**: <go-git/go-git@v5.16.2...v5.16.3>

</details>

---

### 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 becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://kubara.git.onstackit.cloud/STACKIT/kubara/pulls/125
Co-authored-by: Matthias_Huether <matthias.huether_ext@external.stackit.cloud>
Co-committed-by: Matthias_Huether <matthias.huether_ext@external.stackit.cloud>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants