From b348f0d49555c50e8de190d6bf171d47592545fc Mon Sep 17 00:00:00 2001 From: neonxp Date: Wed, 3 Aug 2022 01:22:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6dc32e9..5790c3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,6 @@ ---- -kind: pipeline -type: docker -name: default - -trigger: - branch: - - master - -steps: - - name: test - image: golang:1.14.15 +pipeline: + run_golang: + group: build + image: golang:1.18.5 commands: - go test ./...