This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 274c2b0e6d3 chore(deps): bump actions/setup-go from 5.5.0 to 6.3.0 
(#63133)
274c2b0e6d3 is described below

commit 274c2b0e6d3ab570ce780908dd04432704f85f14
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 16:43:42 2026 +0100

    chore(deps): bump actions/setup-go from 5.5.0 to 6.3.0 (#63133)
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 
6.3.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - 
[Commits](https://github.com/actions/setup-go/compare/d35c59abb061a4a6fb18e82ac0862c26744d6ab5...4b73464bb391d4059bd26b0524d20df3927bd417)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: 6.3.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/ci-amd-arm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-amd-arm.yml b/.github/workflows/ci-amd-arm.yml
index 7a29f4b4c91..c06506f5520 100644
--- a/.github/workflows/ci-amd-arm.yml
+++ b/.github/workflows/ci-amd-arm.yml
@@ -835,7 +835,7 @@ jobs:
           persist-credentials: false
       # keep this in sync with go.mod in go-sdk/
       - name: Setup Go
-        uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5  # 
v5.5.0
+        uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417  # 
v6.3.0
         with:
           go-version: 1.24
           cache-dependency-path: go-sdk/go.sum

Reply via email to