Skip to content

Commit

Permalink
golangci-lint: update to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrre committed Jan 5, 2025
1 parent 5c391ea commit a650b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
run:
timeout: "10m"
output:
uniq-by-line: false
sort-results: true
linters:
disable-all: true
Expand Down Expand Up @@ -165,3 +164,4 @@ linters-settings:
issues:
max-issues-per-linter: 0
max-same-issues: 1
uniq-by-line: true
2 changes: 1 addition & 1 deletion Makefile-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lint:
# - tag: vX.Y.Z
# - branch: master
# - latest
GOLANGCI_LINT_VERSION?=v1.62.2
GOLANGCI_LINT_VERSION?=v1.63.4
# Installation type:
# - binary
# - source
Expand Down

0 comments on commit a650b32

Please sign in to comment.