diff --git a/.golangci.yml b/.golangci.yml index bd33841..af8c9b3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,6 @@ run: timeout: "10m" output: - uniq-by-line: false sort-results: true linters: disable-all: true @@ -165,3 +164,4 @@ linters-settings: issues: max-issues-per-linter: 0 max-same-issues: 1 + uniq-by-line: true diff --git a/Makefile-common.mk b/Makefile-common.mk index edcd88c..5f1d2fb 100644 --- a/Makefile-common.mk +++ b/Makefile-common.mk @@ -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