File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ Local installation is not recommended for your CI pipeline. Only install the lin
84
84
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
85
85
```
86
86
87
- With ` go1.11 ` or later you can get a particular version
87
+ With ` go1.12 ` or later you can get a particular version
88
88
89
89
``` bash
90
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
90
+ GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
91
91
```
92
92
93
93
#### MacOS
@@ -1071,7 +1071,7 @@ Long answer:
1071
1071
2. go1.9 is officially supported by golangci-lint <= v1.10.2
1072
1072
3. go1.10 is officially supported by golangci-lint <= 1.15.0.
1073
1073
4. go1.11 is officially supported by golangci-lint <= 1.17.1.
1074
- 5. go1.12 and go1.13 are officially supported by the latest version of golangci-lint (>= 1.18.0).
1074
+ 5. go1.12+ are officially supported by the latest version of golangci-lint (>= 1.18.0).
1075
1075
1076
1076
**`golangci-lint` doesn' t work**
1077
1077
Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ Local installation is not recommended for your CI pipeline. Only install the lin
84
84
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
85
85
```
86
86
87
- With ` go1.11 ` or later you can get a particular version
87
+ With ` go1.12 ` or later you can get a particular version
88
88
89
89
``` bash
90
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
90
+ GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
91
91
```
92
92
93
93
#### MacOS
@@ -535,7 +535,7 @@ Long answer:
535
535
2 . go1.9 is officially supported by golangci-lint <= v1.10.2
536
536
3 . go1.10 is officially supported by golangci-lint <= 1.15.0.
537
537
4 . go1.11 is officially supported by golangci-lint <= 1.17.1.
538
- 5 . go1.12 and go1.13 are officially supported by the latest version of golangci-lint (>= 1.18.0).
538
+ 5 . go1.12+ are officially supported by the latest version of golangci-lint (>= 1.18.0).
539
539
540
540
** ` golangci-lint ` doesn't work**
541
541
Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint
2
2
3
- go 1.11
3
+ go 1.12
4
4
5
5
require (
6
6
github.com/OpenPeeDeeP/depguard v1.0.1
You can’t perform that action at this time.
0 commit comments