Skip to content

Commit 09eb0cf

Browse files
authored
Merge pull request #9 from PancrePal-xiaoyibao/dependabot/github_actions/actions/setup-go-6
chore(deps): bump actions/setup-go from 5 to 6
2 parents c4ecb13 + e976021 commit 09eb0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: 配置 Go
58-
uses: actions/setup-go@v5
58+
uses: actions/setup-go@v6
5959
with:
6060
go-version-file: backend/go.mod
6161
cache-dependency-path: backend/go.sum

0 commit comments

Comments
 (0)