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