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
+8-2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ The action runs [golangci-lint](https://github.com/golangci/golangci-lint) and r
7
7
8
8

9
9
10
+
## Compatibility
11
+
12
+
*`v1.2.3` works with `golangci-lint` version >= `v1.28.3`
13
+
*`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
+
*`v1.2.1` works with `golangci-lint` version >= `v1.14.0` ([issue](https://github.com/golangci/golangci-lint-action/issues/39))
15
+
10
16
## How to use
11
17
12
18
Add `.github/workflows/golangci-lint.yml` with the following contents:
@@ -30,8 +36,8 @@ jobs:
30
36
uses: golangci/golangci-lint-action@v1
31
37
with:
32
38
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
33
-
version: v1.26
34
-
39
+
version: v1.28
40
+
35
41
# Optional: working directory, useful for monorepos
0 commit comments