ci(drone): 添加 Go 模块和构建缓存

- 在 restore cache 和 rebuild cache 步骤中添加了 go-mod-cache 和 go
This commit is contained in:
hxt
2025-07-10 20:27:48 +08:00
parent 60e290b6a1
commit 92f0cc7485

View File

@@ -5,6 +5,7 @@ name: default
trigger: trigger:
event: event:
- manual - manual
- custom
steps: steps:
- name: build - name: build