From 0185ca1964e00a9cda2d8c71199c67fa7ff5324b Mon Sep 17 00:00:00 2001 From: lerentis Date: Mon, 6 Jun 2022 20:51:57 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 91a5d62..f27a53e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,19 +15,10 @@ steps: - push - pull_request - tag - - name: init - image: golang:1.18.3-alpine3.16 - commands: - - "go mod download" - when: - event: - - push - - pull_request - name: build - image: golang:1.18.3-alpine3.16 + image: goreleaser/goreleaser commands: - - "apk add --update --no-cache make" - - "make build" + - goreleaser build when: event: - push