Upgrade golangci-lint

- Fix a SQL string concatenation
- Install golangci-lint using `tools.go`
This commit is contained in:
Deluan 2020-10-12 11:30:41 -04:00 committed by Deluan Quintão
parent fd6edf967f
commit ae817da223
6 changed files with 225 additions and 9 deletions

View file

@ -55,8 +55,6 @@ download-deps:
.PHONY: download-deps
setup-dev: setup setup-git
@echo Installing golangci-lint
@which golangci-lint || (echo "Installing GolangCI-Lint" && cd .. && GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0)
.PHONY: setup-dev
setup-git: