diff --git a/.drone.yml b/.drone.yml index b37eba8..a7310e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,10 @@ steps: commands: - go test ./cmd/... ./internal/... - go vet ./cmd/... ./internal/... - - go get -u golang.org/x/lint/golint - - golint ./cmd/... ./internal/... + - name: lint + image: cytopia/golint + commands: + - golint -set_exit_status ./cmd/... ./internal/... - name: build image: golang:1.13 commands: