From bdb5bfa41ea12610ce64ce1ee544d0ed930c27d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:26:04 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.5.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 4 ++-- .github/workflows/go.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 065a7ae8..b6394451 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -64,7 +64,7 @@ jobs: token: ${{ secrets.REPO_CONTENTS_WRITE }} - name: Set up Go - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version-file: go.mod @@ -115,7 +115,7 @@ jobs: token: ${{ secrets.REPO_CONTENTS_WRITE }} - name: Set up Go - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version-file: go.mod diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 226b16ef..b1b4505f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: name: Build steps: - name: Set up Go - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: 1.26.5 id: go