diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml
index befc4db..16980f9 100644
--- a/.github/workflows/code-health.yml
+++ b/.github/workflows/code-health.yml
@@ -46,9 +46,9 @@ jobs:
           go-version-file: 'go.mod'
           cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
       - name: golangci-lint
-        uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
+        uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
         with:
-          version: v2.0.2 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
+          version: v2.1.6 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
       - name: actionlint
         run: |
           make tools
diff --git a/Makefile b/Makefile
index afdebdf..6fbead2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CLI_DESTINATION=./bin/$(CLI_BINARY_NAME)
 MANIFEST_FILE?=./bin/manifest.yml
 WIN_MANIFEST_FILE?=./bin/manifest.windows.yml
 
-GOLANGCI_VERSION=v2.0.2 # Also update golangci-lint GH action in code-health.yml when updating this version
+GOLANGCI_VERSION=v2.1.6 # Also update golangci-lint GH action in code-health.yml when updating this version
 
 .PHONY: build 
 build: ## Generate the binary in ./bin