From 283eef7aae89175283f0b37302cb253169aa0d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:33:44 +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/build.yml | 2 +- .github/workflows/go_dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78465c2..a95ebba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" diff --git a/.github/workflows/go_dependencies.yml b/.github/workflows/go_dependencies.yml index 53c5e6f..31ae71c 100644 --- a/.github/workflows/go_dependencies.yml +++ b/.github/workflows/go_dependencies.yml @@ -23,7 +23,7 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: stable cache: true