Skip to content

Commit d9e6a76

Browse files
committed
ci(workflow): 将 Go 版本从 latest 改为 stable
1 parent 7338688 commit d9e6a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: "latest"
27+
go-version: "stable"
2828
cache: true
2929

3030
- name: Cache Go modules

0 commit comments

Comments
 (0)