chore: update golangci-lint configuration and CI workflow version

- Upgraded golangci-lint version from v1.64.8 to v2.1.6 for enhanced linting capabilities.
- Updated configuration to remove the lll linter and adjusted related settings for improved code quality checks.
- Streamlined issue exclusions to better align with current project needs.
This commit is contained in:
0x524a
2025-12-02 23:31:57 -05:00
parent 95626ffafc
commit aa3465a726
2 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v6.5.0
with:
version: v1.64.8
version: v2.1.6
args: --timeout=5m
# Stage 3: Test with Coverage (depends on lint)