From 7127780c2082370c67f765a127918a2e95908c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:10:18 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 4 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 87dd21f..f449075 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,7 @@ jobs: echo "GO_VERSION=${GO_VERSION}" >> $GITHUB_ENV - name: Set up Go ${{ env.GO_VERSION }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} check-latest: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77f72ea..2b5c7ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: token: ${{ secrets.GH_TOKEN || github.token }} - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} check-latest: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9646027..28d3f80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: echo "GO_VERSION=${GO_VERSION}" >> $GITHUB_ENV - name: Set up Go ${{ env.GO_VERSION }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} check-latest: true @@ -62,7 +62,7 @@ jobs: echo "GO_VERSION=${GO_VERSION}" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} check-latest: true