Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: Use binary golangci-lint (#1232)
There are some problems at the current golangci-lint version that can only be fixed bumping to new version that depends on new golang. This change use directly the linter binary instead of "go run" so we don't have the deps problems. Signed-off-by: Enrique Llorente <[email protected]>
- Loading branch information