Skip to content

Commit f534f54

Browse files
committed
👷 ci
1 parent 38bd173 commit f534f54

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.workflow/pipeline-20260607.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ stages:
3333
path:
3434
- ./dist
3535
caches:
36-
- /go/pkg/mod
36+
- /go/pkg/mod # 模块缓存(含下载的 go1.25.8 工具链)
37+
- /root/.cache/go-build # Go 编译缓存:下次发版不再从零重编依赖,显著提速
3738
notify: []
3839
strategy:
3940
retry: "0"

0 commit comments

Comments
 (0)