From e9cc0169a5ffe3ae8d520c9d7e0274c62535adf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:08:45 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 5.4.0 to 6.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.4.0...4a3601121dd01d1626a1e23e37211e3254c1c06c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench-gate.yml b/.github/workflows/bench-gate.yml index 0737ebb2f..4608ad244 100644 --- a/.github/workflows/bench-gate.yml +++ b/.github/workflows/bench-gate.yml @@ -65,7 +65,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: '1.26' # Caching disabled: the bench module has no external dependency @@ -109,7 +109,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: '1.26'