diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d62f202..8d08993f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.golangci.yml b/.golangci.yml index 722bcea8..6f7c0bf7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,10 +8,10 @@ linters: - gocritic - gofmt - gofumpt - - golint - misspell - lll - prealloc + - revive - unconvert - whitespace disable: diff --git a/Makefile b/Makefile index 1f00f1f2..b67dfb44 100644 --- a/Makefile +++ b/Makefile @@ -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)