Skip to content

Commit 1e13fdf

Browse files
committed
Add compatibility note for v3
1 parent 80eee61 commit 1e13fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r
99

1010
## Compatibility
1111

12+
* `v3.0.0+` does not automatically install the go, the `uses: actions/checkout@v2` step is required now.
13+
The `skip-go-installation` options has been removed.
1214
* `v2.0.0+` works with `golangci-lint` version >= `v1.28.3`
1315
* `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))
1416
* `v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))

0 commit comments

Comments
 (0)