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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user