From e113d19246b55fa334fe87bdff8824c74da355a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:13:27 +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/multiarch-build.yaml | 2 +- .github/workflows/run-command-repository.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multiarch-build.yaml b/.github/workflows/multiarch-build.yaml index c34a3f64..2b172021 100644 --- a/.github/workflows/multiarch-build.yaml +++ b/.github/workflows/multiarch-build.yaml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Golang - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod diff --git a/.github/workflows/run-command-repository.yaml b/.github/workflows/run-command-repository.yaml index 5c6f191d..31bd2118 100644 --- a/.github/workflows/run-command-repository.yaml +++ b/.github/workflows/run-command-repository.yaml @@ -33,7 +33,7 @@ jobs: ref: "${{ inputs.branch }}" - name: Setup Golang - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: cache: false go-version-file: "go.mod"