Fix lint pkg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Meutel 2019-09-11 15:57:05 +02:00
parent 798c5b4e12
commit 588bea0c85

View File

@ -13,7 +13,7 @@ steps:
commands: commands:
- go test ./... - go test ./...
- go build -a -installsuffix cgo . - go build -a -installsuffix cgo .
- go get github.com/golang/lint/golint - go get golang.org/x/lint
- golint ./... - golint ./...
trigger: trigger:
@ -22,6 +22,6 @@ trigger:
--- ---
kind: signature kind: signature
hmac: a295e2f0c4e9d6b094b85ce7d8288ff94e6380c5d901aedcc4f71d08f0d691b2 hmac: 7a91c47d0f7cb92054e9c14466e39935c89c1128214f60e13fa93569d6ff99e2
... ...