File tree 1 file changed +3
-9
lines changed 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,11 @@ Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the b
18
18
19
19
See [ how to properly install ` golangci-lint ` in CI] ( /usage/install#ci-installation )
20
20
21
- ## Which go versions are supported
21
+ ## Which Go versions are supported
22
22
23
- Short answer: Go 1.12 and newer are officially supported.
23
+ The same as the Go team (the 2 last minor versions)
24
24
25
- Long answer:
26
-
27
- 1 . go < 1.9 isn't supported
28
- 2 . go1.9 is officially supported by golangci-lint <= v1.10.2
29
- 3. go1.10 is officially supported by golangci-lint <= 1.15.0.
30
- 4. go1.11 is officially supported by golangci-lint <= 1.17.1.
31
- 5. go1.12+ are officially supported by the latest version of golangci-lint (>= 1.18.0).
25
+ go1.18+ is officially supported, with some [ limitations] ( https://github.com/golangci/golangci-lint/issues/2649 ) , since golangci-lint v1.45.0.
32
26
33
27
## ` golangci-lint ` doesn't work
34
28
You can’t perform that action at this time.
0 commit comments