From 5b7a84d299ee9afe378fa69a567abd317b4cc848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:42:23 +0000 Subject: [PATCH] ci: bump actions/setup-go from 5.1.0 to 7.0.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.1.0...v7.0.0) --- 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/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc19ab..767e5f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ matrix.go-version }} cache: true @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -102,7 +102,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -136,7 +136,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -173,7 +173,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 396b852..e029b89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: '1.23' cache: true