# .drone.yml
kind: pipeline
name: default
steps:
- name: install
image: golang
commands:
- go mod tidy
- name: build
- go build