OrbitalBeat/.drone.yml
DataHoarder 6e16c26957
All checks were successful
continuous-integration/drone/push Build is passing
Update backing dependencies to 1.18
2022-01-18 11:40:43 +01:00

13 lines
155 B
YAML

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