From fa5da674655ad051f52b50bd2b01b0e70ff53d5e Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 21 Dec 2021 23:26:27 +0100 Subject: [PATCH] update golangci-lint --- .github/workflows/lint.yml | 2 +- .golangci.yml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)