Files
SecREST/.drone.yml
Rudi 5879c1601d
All checks were successful
continuous-integration/drone/push Build is passing
Add drone config
2022-04-23 11:03:47 -04:00

12 lines
136 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go get ./...
- go vet -v
- go build