diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 4ca626fb..e4350fd0 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
       - name: Lint Go
         uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
         with:
-          version: v1.62.0 # renovate: datasource=github-tags depName=golangci/golangci-lint
+          version: v1.62.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
 
   actionlint:
     name: Actionlint
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8758b58e..1e266119 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
       - id: detect-private-key
 
   - repo: https://github.com/golangci/golangci-lint
-    rev: v1.62.0
+    rev: v1.62.2
     hooks:
       - id: golangci-lint-full
 
diff --git a/Makefile b/Makefile
index a53ed596..02959b4a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # renovate: datasource=github-tags depName=golangci/golangci-lint
-GOLANGCI_LINT_VERSION = v1.62.0
+GOLANGCI_LINT_VERSION = v1.62.2
 
 test: unit-test test-integration test-integration-no-stream-block clean