From 7ee56fe3bf4923d8377fcedb06e6333cef21b79d Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 11 Feb 2026 08:31:51 -0500 Subject: [PATCH] chore: update golangci-lint version to v2.9.0 in Makefile Signed-off-by: Deluan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afeb55b7..52aa5a8c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ DOCKER_TAG ?= deluan/navidrome:develop # Taglib version to use in cross-compilation, from https://github.com/navidrome/cross-taglib CROSS_TAGLIB_VERSION ?= 2.1.1-2 -GOLANGCI_LINT_VERSION ?= v2.8.0 +GOLANGCI_LINT_VERSION ?= v2.9.0 UI_SRC_FILES := $(shell find ui -type f -not -path "ui/build/*" -not -path "ui/node_modules/*")