From 03b9dd1c58f3c268ead313688c85479a0859ce54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Wed, 27 Oct 2021 00:01:01 +0200 Subject: [PATCH] Set bulleye for building sandbox binary --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index df528d0..4432ce3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,8 @@ name: Sandbox deploy steps: - name: build - image: golang:1.17-buster + # image: golang:1.17-buster # this one is used in production + image: golang:1.17-bullseye # this one is used in sandbox commands: - go mod tidy - make build