diff --git a/Makefile b/Makefile index 47c51b4b..e11146fb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOOS=linux # Utility settings TOOLS_DIR := .tools -GOLANGCI_LINT_VERSION = v1.64.6 +GOLANGCI_LINT_VERSION = v1.64.8 # Container build settings CONTAINER_BUILD_CMD?=docker build