diff --git a/Makefile b/Makefile index aa0df3ef..987e1384 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOOS=linux # Utility settings TOOLS_DIR := .tools -GOLANGCI_LINT_VERSION = v1.55.2 +GOLANGCI_LINT_VERSION = v1.63.4 # Container build settings CONTAINER_BUILD_CMD?=docker build