diff --git a/.golangci.yml b/.golangci.yml
index f4d86fdc5d5a8bf8af3412341fdca18bc491359b..ac16c1072b95d48e563c0ea9bd02cc817b8bcd2e 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -120,7 +120,7 @@ linters-settings:
     min-complexity: 30
   gocognit:
     # minimal code complexity to report, 30 by default (but we recommend 10-20)
-    min-complexity: 20
+    min-complexity: 25
   maligned:
     # print struct with more effective memory layout or not, false by default
     suggest-new: true