Go vet
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Meutel 2019-09-11 16:30:47 +02:00
parent 588bea0c85
commit 216f6956a4

View File

@ -14,7 +14,8 @@ steps:
- go test ./...
- go build -a -installsuffix cgo .
- go get golang.org/x/lint
- golint ./...
- $GOPATH/bin/golint ./...
- go vet ./...
trigger:
event:
@ -22,6 +23,6 @@ trigger:
---
kind: signature
hmac: 7a91c47d0f7cb92054e9c14466e39935c89c1128214f60e13fa93569d6ff99e2
hmac: 0a2a54950b337ca2c25ac140e8f874c7e10fc0401c819509e07caf2c5bd63f9e
...