From fbf8ee88ba756538c4685038a383e165c1c78024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 07:54:24 +0000 Subject: [PATCH] ci(deps): 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/build.yml | 14 +++++++------- .github/workflows/performance.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86e6b3a..e2e5f03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -80,7 +80,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -130,7 +130,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -149,7 +149,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -172,7 +172,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -195,7 +195,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 3a7b3d2..e605314 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -115,7 +115,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -169,7 +169,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -211,7 +211,7 @@ jobs: uses: actions/checkout@v4 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bae2a44..1816a31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - name: 设置 Go 环境 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ env.GO_VERSION }} cache: true