-
Notifications
You must be signed in to change notification settings - Fork 157
l10n: bump actions/setup-go from 5 to 6 #1975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
l10n: bump actions/setup-go from 5 to 6 #1975
Conversation
|
Invalid author email in 406e227: "49699333+dependabot[bot]@users.noreply.github.com" |
406e227 to
00b2b46
Compare
|
There are issues in commit 00b2b46: |
|
/submit |
|
There are issues in commit 00b2b46: |
[Originally opened at git-for-windows#5811] Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Original-author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
00b2b46 to
9e09e67
Compare
|
/submit |
|
Submitted as [email protected] To fetch this version into To fetch this version to local tag |
|
On the Git mailing list, Johannes Schindelin wrote (reply to this): Hi Jiang (or do you prefer to be addressed as Xin?),
gentle ping? I think that your missing review is blocking this.
Thanks!
Johannes
On Tue, 23 Sep 2025, Johannes Schindelin via GitGitGadget wrote:
> From: Johannes Schindelin <[email protected]>
>
> [Originally opened at https://github.com/git-for-windows/git/pull/5811]
>
> Bumps [actions/setup-go](https://github.com/actions/setup-go)
> from 5 to 6.
> - [Release notes](https://github.com/actions/setup-go/releases)
> - [Commits](https://github.com/actions/setup-go/compare/v5...v6)
>
> ---
> l10n: bump actions/setup-go from 5 to 6
>
> (Originally opened at https://github.com/git-for-windows/git/pull/5811,
> then at https://github.com/git-l10n/git-po/pull/870)
>
> Bumps actions/setup-go [https://github.com/actions/setup-go] from 5 to
> 6.
>
> * Release notes [https://github.com/actions/setup-go/releases]
> * Commits [https://github.com/actions/setup-go/compare/v5...v6]
>
>
> What's Changed in actions/setup-go@v6
> =====================================
>
>
> Breaking Changes
> ================
>
> * Improve toolchain handling to ensure more reliable and consistent
> toolchain selection and management by @matthewhughes934
> [https://github.com/matthewhughes934] in #460
> [https://github.com/actions/setup-go/pull/460]
> * Upgrade Nodejs runtime from node20 to node 24 by @salmanmkc
> [https://github.com/salmanmkc] in #624
> [https://github.com/actions/setup-go/pull/624]
>
> Make sure your runner is on version v2.327.1 or later to ensure
> compatibility with this release. See Release Notes
> [https://github.com/actions/runner/releases/tag/v2.327.1]
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1975%2Fdscho%2Fdependabot%2Fgithub_actions%2Factions%2Fsetup-go-6-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1975/dscho/dependabot/github_actions/actions/setup-go-6-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1975
>
> updated-dependencies:
> - dependency-name: actions/setup-go
> dependency-version: '6'
> dependency-type: direct:production
> update-type: version-update:semver-major
> ...
>
> Original-author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
>
> Signed-off-by: dependabot[bot] <[email protected]>
> Signed-off-by: Johannes Schindelin <[email protected]>
> ---
> .github/workflows/l10n.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
> index e2c3dbdcb5..95e55134bd 100644
> --- a/.github/workflows/l10n.yml
> +++ b/.github/workflows/l10n.yml
> @@ -63,7 +63,7 @@ jobs:
> origin \
> ${{ github.ref }} \
> $args
> - - uses: actions/setup-go@v5
> + - uses: actions/setup-go@v6
> with:
> go-version: '>=1.16'
> cache: false
>
> base-commit: 79ee0dce2a61b7552f9b5c73f0cf2d974a20a029
> --
> gitgitgadget
>
> |
(Originally opened at git-for-windows#5811, then at git-l10n#870)
Bumps actions/setup-go from 5 to 6.
What's Changed in
actions/setup-go@v6Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Cc: Jiang Xin [email protected]