add go vet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-01-05 08:24:57 +00:00
parent 58ac05adc9
commit e5b04565ec
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8

View File

@ -9,6 +9,7 @@ steps:
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
commands: commands:
- go vet
- go build - go build
- name: upload binary - name: upload binary