From fd64f23839506d98496835bbc1e484fd0575c110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:12:22 +0000 Subject: [PATCH] build(action): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...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/go-release-platform.yml | 2 +- .github/workflows/go-release.yml | 2 +- .github/workflows/golang-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-release-platform.yml b/.github/workflows/go-release-platform.yml index a999efd..a5bd43d 100644 --- a/.github/workflows/go-release-platform.yml +++ b/.github/workflows/go-release-platform.yml @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Go SDK - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '^1.21' cache: false diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 840c68a..7b0231c 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Go SDK - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '^1.21' cache: false diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 5896d9e..43395a7 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Go SDK - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go }} cache: false