Set bulleye for building sandbox binary
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adam Štrauch 2021-10-27 00:01:01 +02:00
parent d15aee9fa0
commit 03b9dd1c58
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -32,7 +32,8 @@ name: Sandbox deploy
steps: steps:
- name: build - 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: commands:
- go mod tidy - go mod tidy
- make build - make build