From f6d3d5873b8dc803d433c6539764d3f8c6b5e660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:13:27 +0000 Subject: [PATCH] Bump actions/setup-go from 6 to 7 in /.github/workflows Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-binaries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yaml b/.github/workflows/release-binaries.yaml index 185ea80..72441df 100644 --- a/.github/workflows/release-binaries.yaml +++ b/.github/workflows/release-binaries.yaml @@ -28,7 +28,7 @@ jobs: echo -n $(git describe --tags --abbrev=0) > handlers/VERSION - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: 1.26 -