diff --git a/Makefile b/Makefile index 7d5c4c97..460cc624 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOOS=linux # Utility settings TOOLS_DIR := .tools -GOLANGCI_LINT_VERSION = v1.53.3 +GOLANGCI_LINT_VERSION = v1.54.2 # Container build settings CONTAINER_BUILD_CMD?=docker build