Skip to content

Commit

Permalink
update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 21, 2021
1 parent 48c22f4 commit 61858e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: golangci/golangci-lint-action@v2
with:
version: v1.40
version: v1.43

go-mod-tidy:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ linters:
- gocritic
- gofmt
- gofumpt
- golint
- misspell
- lll
- prealloc
- revive
- unconvert
- whitespace
disable:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

.PHONY: $(shell ls)

Expand Down

0 comments on commit 61858e2

Please sign in to comment.