From 971423e545571fa41c2d51106978e5ffa89a00eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:04:54 +0000 Subject: [PATCH] chore(deps): 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/actionlint.yml | 2 +- .github/workflows/editorconfig-checker.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/go.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 7e46977..edfa7ff 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Setup Go latest - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: stable diff --git a/.github/workflows/editorconfig-checker.yml b/.github/workflows/editorconfig-checker.yml index d283266..c68f90b 100644 --- a/.github/workflows/editorconfig-checker.yml +++ b/.github/workflows/editorconfig-checker.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Setup Go latest - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: stable diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 2d061a0..e0c0682 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -49,7 +49,7 @@ jobs: fetch-depth: 0 - name: Setup Go latest - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: stable diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bc2a6da..bca325a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Setup Go latest - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: stable