Add drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-23 11:03:47 -04:00
parent f8d95a83ef
commit 5879c1601d

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go get ./...
- go vet -v
- go build