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