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)
This commit is contained in:
Vito Castellano 2025-12-29 15:39:02 +01:00
commit 95c5453aa1
No known key found for this signature in database
GPG key ID: E13085DB38BC5819

View file

@ -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: