Skip to content

Commit

Permalink
copy common files (update golangci-lint to v1.59.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrre committed Aug 2, 2024
1 parent 184244b commit 015967c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linters:
- "errchkjson"
- "errname"
- "errorlint"
- "execinquery"
- "exhaustive"
# - "exhaustivestruct " # Replaced by exhaustruct.
# - "exhaustruct" # Too many false positive, and not always relevant.
Expand Down
2 changes: 1 addition & 1 deletion Makefile-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lint:
# - tag: vX.Y.Z
# - branch: master
# - latest
GOLANGCI_LINT_VERSION?=v1.56.2
GOLANGCI_LINT_VERSION?=v1.59.1
# Installation type:
# - binary
# - source
Expand Down

0 comments on commit 015967c

Please sign in to comment.