From f37c3b625d3ae6c0c6bbf2664c4acdc1a2ed140e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:13:35 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 4 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...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/certification.yml | 2 +- .github/workflows/components-contrib-all.yml | 2 +- .github/workflows/components-contrib.yml | 4 ++-- .github/workflows/conformance.yml | 2 +- .github/workflows/coverage-reports.yml | 2 +- .github/workflows/dependabot-tidy.yml | 2 +- .github/workflows/generate-component-metadata-for-tag.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/certification.yml b/.github/workflows/certification.yml index 29a53a5608..b48c56092b 100644 --- a/.github/workflows/certification.yml +++ b/.github/workflows/certification.yml @@ -228,7 +228,7 @@ jobs: - name: Set up Go id: setup-go - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: 'false' diff --git a/.github/workflows/components-contrib-all.yml b/.github/workflows/components-contrib-all.yml index 9f5ef18c32..2cc31071f9 100644 --- a/.github/workflows/components-contrib-all.yml +++ b/.github/workflows/components-contrib-all.yml @@ -107,7 +107,7 @@ jobs: - name: Set up Go id: setup-go if: ${{ steps.skip_check.outputs.should_skip != 'true' }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: 'false' diff --git a/.github/workflows/components-contrib.yml b/.github/workflows/components-contrib.yml index 9e0c480cc0..3b18eb92cd 100644 --- a/.github/workflows/components-contrib.yml +++ b/.github/workflows/components-contrib.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Go id: setup-go if: ${{ steps.skip_check.outputs.should_skip != 'true' }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: 'false' @@ -110,7 +110,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: 'false' diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 53132b79d2..9a2e3cbeb8 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -237,7 +237,7 @@ jobs: mongodb-replica-set: test-rs - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: 'false' diff --git a/.github/workflows/coverage-reports.yml b/.github/workflows/coverage-reports.yml index 880ad813c1..e5b4f8f26b 100644 --- a/.github/workflows/coverage-reports.yml +++ b/.github/workflows/coverage-reports.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' cache: 'false' diff --git a/.github/workflows/dependabot-tidy.yml b/.github/workflows/dependabot-tidy.yml index ea31a83315..075576a8c9 100644 --- a/.github/workflows/dependabot-tidy.yml +++ b/.github/workflows/dependabot-tidy.yml @@ -18,7 +18,7 @@ jobs: with: ref: ${{ github.head_ref }} # ensure we are not checking out the merge commit, but the working branch instead - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: 'go.mod' - name: Run go mod tidy for all modules diff --git a/.github/workflows/generate-component-metadata-for-tag.yml b/.github/workflows/generate-component-metadata-for-tag.yml index 4a237f6c92..d76275932d 100644 --- a/.github/workflows/generate-component-metadata-for-tag.yml +++ b/.github/workflows/generate-component-metadata-for-tag.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ inputs.tag || '' }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version-file: "go.mod" cache: "false"