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

@ -52,7 +52,7 @@ jobs:
- name: "Lint go" - name: "Lint go"
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: with:
version: v1.39 version: v1.45
skip-go-installation: true skip-go-installation: true
args: --timeout=3m args: --timeout=3m

View File

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