Chore: bump actions/setup-go from 5 to 6 (#2852)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-06 08:58:48 +08:00
committed by GitHub
parent fbfafcf1a2
commit ee166e54eb
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
path: code
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: code/go.mod
cache-dependency-path: code/go.sum

View File

@@ -15,7 +15,7 @@ jobs:
path: code
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: code/go.mod
cache-dependency-path: code/go.sum