From 4dcfb77587186f5c986e288c94b07a5b5efefbfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 00:53:40 +0200 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.1.2 (#2003) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke --- .github/workflows/lint.yml | 2 +- .golangci.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e3b2e84..918b916a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -91,5 +91,5 @@ jobs: uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0 with: # renovate: github=golangci/golangci-lint - version: v2.0.2 + version: v2.1.2 args: "--max-same-issues=0" diff --git a/.golangci.yaml b/.golangci.yaml index 44bf3c0d..ea840737 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -9,6 +9,7 @@ linters: - exhaustive - exhaustruct - fatcontext + - funcorder - funlen - gocognit - goconst