From 3cf1d49ceee90c5649d7a3b39745a7790d0d0523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:44:52 +0000 Subject: [PATCH] Bump actions/setup-go from 6 to 7 in the prod group Bumps the prod group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `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 dependency-group: prod ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index de6cfc7..30131aa 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup golang ${{ env.GOLANG_VERSION }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod cache-dependency-path: go.sum