更新 .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-10 09:27:42 +08:00
parent 0a5d1725a6
commit 6f77188fd1

View File

@ -2,6 +2,9 @@ kind: pipeline
type: docker
name: 构建 Goose
workspace:
path: /drone/src
steps:
- name: 构建 Goose 二进制包
image: golang:latest