From a697944159cd102456d25cca0c1aab139e6d6928 Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Thu, 3 Sep 2026 13:35:54 +0200 Subject: [PATCH] Makefile: Remove redundant version Superseded by #5535 Signed-off-by: Solomon Jacobs --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 41f1a4137a..3b0e7afa81 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,6 @@ # Needs to be defined before including Makefile.common to auto-generate targets DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x -GOLANGCI_LINT_VERSION := v2.13.1 - include Makefile.common FRONTEND_DIR = $(BIN_DIR)/ui/app