FinalCommander/.drone.yml
DataHoarder 73c2443d25
All checks were successful
continuous-integration/drone/push Build is passing
Update to go 1.18, added Garbage collection for badger
2022-02-08 18:29:15 +01:00

13 lines
156 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang:1.18-rc-bullseye
commands:
- go build -v -o fcmm .
...