diff --git a/.drone.yml b/.drone.yml index f249309..55e0f78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: 构建 Goose steps: - name: 构建 Goose 二进制包 - image: golang:alpine + image: golang:latest commands: - git clone https://github.com/pressly/goose.git - cd goose