From a3d3a848c43f9fc7cf2655d6588382bd576c3dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:14:25 +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/cmo-make-targets.yaml | 2 +- .github/workflows/merge-acm-flow.yaml | 2 +- .github/workflows/merge-flow.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmo-make-targets.yaml b/.github/workflows/cmo-make-targets.yaml index 182bc0e..4963f36 100644 --- a/.github/workflows/cmo-make-targets.yaml +++ b/.github/workflows/cmo-make-targets.yaml @@ -41,7 +41,7 @@ jobs: with: repository: openshift/cluster-monitoring-operator ref: main - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - name: Execute make targets - ${{ inputs.make-targets }} diff --git a/.github/workflows/merge-acm-flow.yaml b/.github/workflows/merge-acm-flow.yaml index e755139..535fed0 100644 --- a/.github/workflows/merge-acm-flow.yaml +++ b/.github/workflows/merge-acm-flow.yaml @@ -188,7 +188,7 @@ jobs: echo "$version_from_tag" > VERSION git add VERSION git diff --cached --exit-code || git commit -s -m "[bot] add VERSION file with ${version_from_tag}" - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - uses: actions/setup-node@v6 diff --git a/.github/workflows/merge-flow.yaml b/.github/workflows/merge-flow.yaml index f8c29f5..4b7c23e 100644 --- a/.github/workflows/merge-flow.yaml +++ b/.github/workflows/merge-flow.yaml @@ -195,7 +195,7 @@ jobs: echo "$version_from_tag" > VERSION git add VERSION git diff --cached --exit-code || git commit -s -m "[bot] add VERSION file with ${version_from_tag}" - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - uses: actions/setup-node@v6