You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r
9
9
10
10
## Compatibility
11
11
12
+
*`v3.0.0+` requires explicit setup-go installation step prior to using this action: `uses: actions/setup-go@v2`.
13
+
The `skip-go-installation` option has been removed.
12
14
*`v2.0.0+` works with `golangci-lint` version >= `v1.28.3`
13
15
*`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))
14
16
*`v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))
0 commit comments