micro/.drone.yml

11 lines
134 B
YAML

kind: pipeline
name: micro
type: docker
steps:
- name: build
image: golang:1.18.0
commands:
- go get
- go test