From 6f44a74806d605ef0eeb7b8e191a528baffdc125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:42:26 +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/codeql-analysis.yml | 2 +- .github/workflows/linters.yml | 2 +- .github/workflows/linux.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9281644..da5b42f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: # Initializes the Golang environment for the CodeQL tools. # https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 4d7cf49..917a462 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6 # action page: + uses: actions/setup-go@v7 # action page: with: go-version: stable diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a350434..2420ded 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,7 +22,7 @@ jobs: os: [ "ubuntu-latest" ] steps: - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v6 # action page: + uses: actions/setup-go@v7 # action page: with: go-version: ${{ matrix.go }}