Bump golangci-lint to latest

Golint is replaced with revive since the former has been archived and
replaced with the latter.

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
Marcos Lilljedahl
2022-03-21 17:36:28 -03:00
parent 323f01278a
commit 2290641fa4
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
- revive
- goprintffuncname
- gosec
- gosimple