From 5c1662250179bff1e8996decf83934bda2adca7e Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 20 Nov 2025 10:38:40 -0500 Subject: [PATCH] chore(makefile): update golangci-lint version to v2.6.2 See comment https://github.com/navidrome/navidrome/commit/0c71842b12295dabfd3e14bfb5c8175312dde5fd#commitcomment-170969373 Signed-off-by: Deluan --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d80c900e..f680bda5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/navidrome/navidrome -go 1.25.4 +go 1.25 // Fork to fix https://github.com/navidrome/navidrome/issues/3254 replace github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 => github.com/deluan/tag v0.0.0-20241002021117-dfe5e6ea396d