From 5cc36b94c6eb71eccff5d489fed874aab650edd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:22:26 +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-release.yaml | 2 +- .github/workflows/go-run.yaml | 2 +- .github/workflows/go-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-release.yaml b/.github/workflows/go-release.yaml index 9a5542d..ad6a7ae 100644 --- a/.github/workflows/go-release.yaml +++ b/.github/workflows/go-release.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # GoReleaser needs the full history and tags - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26.x" cache-dependency-path: src/go/go.sum diff --git a/.github/workflows/go-run.yaml b/.github/workflows/go-run.yaml index f423311..93fd6a0 100644 --- a/.github/workflows/go-run.yaml +++ b/.github/workflows/go-run.yaml @@ -42,7 +42,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} cache-dependency-path: src/go/go.sum diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 9025e26..a4b591c 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 # to retrieve git tags - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} cache-dependency-path: src/go/go.sum