From 8b9b1984fcd8a7d91fad5cdb2c9c65b95f0951a3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 18 Oct 2020 21:28:33 +0200 Subject: [PATCH] Make sure we have go installed when building os packages (for build step dependencies) --- .drone1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone1.yml b/.drone1.yml index 44b905abd3..269c6334dd 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -449,7 +449,7 @@ steps: image: goreleaser/nfpm pull: true commands: - - apk add git + - apk add git go - ./mage-static release:packages depends_on: [ static-build-linux ]