We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bd173 commit f534f54Copy full SHA for f534f54
1 file changed
.workflow/pipeline-20260607.yml
@@ -33,7 +33,8 @@ stages:
33
path:
34
- ./dist
35
caches:
36
- - /go/pkg/mod
+ - /go/pkg/mod # 模块缓存(含下载的 go1.25.8 工具链)
37
+ - /root/.cache/go-build # Go 编译缓存:下次发版不再从零重编依赖,显著提速
38
notify: []
39
strategy:
40
retry: "0"
0 commit comments