mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-14 23:11:14 +00:00
doc: update compatibility section
This commit is contained in:
parent
bc23088233
commit
07a2113f55
1 changed files with 4 additions and 3 deletions
|
|
@ -10,12 +10,13 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r
|
|||
|
||||
## Compatibility
|
||||
|
||||
* `v6.0.0+` works with `golangci-lint` version >= `v1.58.1`.
|
||||
* `v5.0.0+` removes `skip-pkg-cache` and `skip-build-cache` because the cache related to Go itself is already handled by `actions/setup-go`.
|
||||
* `v4.0.0+` requires an explicit `actions/setup-go` installation step before using this action: `uses: actions/setup-go@v5`.
|
||||
The `skip-go-installation` option has been removed.
|
||||
* `v2.0.0+` works with `golangci-lint` version >= `v1.28.3`
|
||||
* `v1.2.2` is deprecated due to we forgot to change the minimum version of `golangci-lint` to `v1.28.3` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))
|
||||
* `v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))
|
||||
* `v2.0.0+` works with `golangci-lint` version >= `v1.28.3`.
|
||||
* `v1.2.2` is deprecated due to we forgot to change the minimum version of `golangci-lint` to `v1.28.3` ([issue](https://github.com/golangci/golangci-lint-action/issues/39)).
|
||||
* `v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39)).
|
||||
|
||||
## How to use
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue