From 95c5453aa1660bb6e29e689658eb28d70632b428 Mon Sep 17 00:00:00 2001 From: Vito Castellano Date: Mon, 29 Dec 2025 15:39:02 +0100 Subject: [PATCH] fix(lint): update golangci config to Go 1.25 and enable test linting - Update go version from 1.20 to 1.25 to match project - Enable linting for test files (tests: true) --- .golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index ee95e17..7a61e11 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,8 +1,8 @@ version: "2" run: concurrency: 4 - go: "1.20" - tests: false + go: "1.25" + tests: true allow-parallel-runners: true output: formats: