From adc110120dc585c0be36309516dc9a52a4d1ae55 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Wed, 27 Jul 2022 16:57:04 +0000 Subject: [PATCH] go test requires gcc, which alpine doesn't have --- .drone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index caed0da..ad1cb12 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -3,7 +3,7 @@ type: kubernetes name: default steps: - name: test - image: golang:alpine + image: golang commands: - go build - go test