git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] l10n: bump actions/setup-go from 5 to 6
@ 2025-09-23 10:39 Johannes Schindelin via GitGitGadget
  2025-11-17 11:45 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2025-09-23 10:39 UTC (permalink / raw)
  To: git; +Cc: Jiang Xin, Johannes Schindelin, Johannes Schindelin

From: Johannes Schindelin <Johannes.Schindelin@gmx.de>

[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] <support@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 .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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] l10n: bump actions/setup-go from 5 to 6
  2025-09-23 10:39 [PATCH] l10n: bump actions/setup-go from 5 to 6 Johannes Schindelin via GitGitGadget
@ 2025-11-17 11:45 ` Johannes Schindelin
  2025-11-18  7:26   ` [PATCH] ci: " Jiang Xin
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2025-11-17 11:45 UTC (permalink / raw)
  To: Johannes Schindelin via GitGitGadget; +Cc: git, Jiang Xin

[-- Attachment #1: Type: text/plain, Size: 3220 bytes --]

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 <Johannes.Schindelin@gmx.de>
> 
> [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] <support@github.com>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> ---
>  .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
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ci: bump actions/setup-go from 5 to 6
  2025-11-17 11:45 ` Johannes Schindelin
@ 2025-11-18  7:26   ` Jiang Xin
  2025-11-18  7:41     ` Jiang Xin
  0 siblings, 1 reply; 4+ messages in thread
From: Jiang Xin @ 2025-11-18  7:26 UTC (permalink / raw)
  To: Git List

From: Johannes Schindelin <Johannes.Schindelin@gmx.de>

Bumps actions/setup-go from 5 to 6. This upgrade includes dependency
updates that incorporate a fix for a critical vulnerability.
[Originally opened at https://github.com/git-for-windows/git/pull/5811]

- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

Originally-authored-by: dependabot[bot] <support@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
---
 .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
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ci: bump actions/setup-go from 5 to 6
  2025-11-18  7:26   ` [PATCH] ci: " Jiang Xin
@ 2025-11-18  7:41     ` Jiang Xin
  0 siblings, 0 replies; 4+ messages in thread
From: Jiang Xin @ 2025-11-18  7:41 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Junio C Hamano, Git List

On Tue, Nov 18, 2025 at 3:26 PM Jiang Xin <worldhello.net@gmail.com> wrote:
>
> From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
>
> Bumps actions/setup-go from 5 to 6. This upgrade includes dependency
> updates that incorporate a fix for a critical vulnerability.
> [Originally opened at https://github.com/git-for-windows/git/pull/5811]
>
> - [Release notes](https://github.com/actions/setup-go/releases)
> - [Commits](https://github.com/actions/setup-go/compare/v5...v6)

Hi Johannes,

I received your pull request[1] in September. At that time, I should have
resent the patch to the Git mailing list like the previous email, as I only
merge l10n changes to the "po/" directory. Sorry for the delay.

[1]: https://github.com/git-l10n/git-po/pull/870

--
Jiang Xin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-18  7:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 10:39 [PATCH] l10n: bump actions/setup-go from 5 to 6 Johannes Schindelin via GitGitGadget
2025-11-17 11:45 ` Johannes Schindelin
2025-11-18  7:26   ` [PATCH] ci: " Jiang Xin
2025-11-18  7:41     ` Jiang Xin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).