SynchRoGazer/.drone.yml

13 lines
166 B
YAML

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