diff --git a/.golangci.yml b/.golangci.yml
index a4448876..eee2cc4c 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -106,6 +106,6 @@ run:
 # golangci.com configuration
 # https://github.com/golangci/golangci/wiki/Configuration
 service:
-  golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
+  golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly
   prepare:
     - echo "here I can run custom commands, but no preparation needed for this repo"
diff --git a/README.md b/README.md
index c9c9ce75..23565d89 100644
--- a/README.md
+++ b/README.md
@@ -1045,7 +1045,7 @@ run:
 # golangci.com configuration
 # https://github.com/golangci/golangci/wiki/Configuration
 service:
-  golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
+  golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly
   prepare:
     - echo "here I can run custom commands, but no preparation needed for this repo"
 ```