From e1f5bdac6d6b7a9323642abd301330f8129d838b Mon Sep 17 00:00:00 2001 From: flyskype Date: Wed, 4 Oct 2023 20:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6ff3dae..670b45c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ platform: steps: - name: echo hello world + image: golang commands: - go build - go test