Golangci-lint
Version updated for golangci/golangci-lint-action to version v6.0.0.
- This action is used across all versions by 4 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
This version removes annotations
option (because it was useless), and removes the default output format (github-actions
).
The annotations are still produced but with another approach.
Changes
- feat: rewrite format handling by @ldez in https://github.com/golangci/golangci-lint-action/pull/1038
Dependencies
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1034
- build(deps): bump @types/node from 20.12.7 to 20.12.8 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1036
- build(deps-dev): bump @typescript-eslint/parser from 7.7.1 to 7.8.0 by @dependabot in https://github.com/golangci/golangci-lint-action/pull/1035
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0