mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-13 11:17:29 +00:00
Implements automatic version detection from go.mod files to keep golangci-lint versions synchronized between the module and CI. - Add new `go-mod-path` input parameter to specify custom go.mod location - Automatically detect and use version from go.mod when no explicit version provided - Force `goinstall` mode when using go.mod versions for compatibility - Support both default go.mod and custom paths (e.g., tools/go.mod) This eliminates the need to manually update versions in multiple places and ensures CI uses the same golangci-lint version as the project. Fixes #1268 Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com> |
||
|---|---|---|
| .. | ||
| post_run | ||
| run | ||
| matchers.json | ||