From 536652938a3e40b2f7389194d5711eecc6960d31 Mon Sep 17 00:00:00 2001 From: Passthem Date: Tue, 10 Jun 2025 08:30:22 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=88=90=E8=BF=99=E4=B8=AA=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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