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

@@ -19,9 +19,9 @@ jobs:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.27
version: v1.31
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout 2m