From 5579b95b730e8d9017dff3566b57c18e0eba3a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:13:02 +0000 Subject: [PATCH] Bump actions/setup-go from 6 to 7 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/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d2f635d18..626c9a7da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v7 with: submodules: true - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - uses: golangci/golangci-lint-action@v9 @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v7 with: submodules: true - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - run: scripts/test