Set bulleye for building sandbox binary
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d15aee9fa0
commit
03b9dd1c58
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user