update golangci-lint

This commit is contained in:
aler9 2021-12-21 23:26:27 +01:00
parent 1617d07ba3
commit fa5da67465
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2
with:
version: v1.40
version: v1.43
mod-tidy:
runs-on: ubuntu-20.04

View File

@ -8,10 +8,10 @@ linters:
- gocritic
- gofmt
- gofumpt
- golint
- misspell
- lll
- prealloc
- revive
- unconvert
- whitespace
disable:

View File

@ -1,6 +1,6 @@
BASE_IMAGE = golang:1.17-alpine3.14
LINT_IMAGE = golangci/golangci-lint:v1.40
LINT_IMAGE = golangci/golangci-lint:v1.43
NODE_IMAGE = node:14-alpine3.14
.PHONY: $(shell ls)