From 02b7446064b9d2310c581cf4f3612110f9843799 Mon Sep 17 00:00:00 2001 From: evanchen Date: Sat, 23 Oct 2021 19:10:19 +0000 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a730932..70f7e92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: golang + image: golang:1.17.2 commands: - git tag $DRONE_TAG - bash release.sh cmd/configui/main.go