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
8484go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
8585```
8686
87- With ` go1.11 ` or later you can get a particular version
87+ With ` go1.12 ` or later you can get a particular version
8888
8989``` 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
9191```
9292
9393#### MacOS
@@ -1071,7 +1071,7 @@ Long answer:
107110712. go1.9 is officially supported by golangci-lint <= v1.10.2
107210723. go1.10 is officially supported by golangci-lint <= 1.15.0.
107310734. 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).
10751075
10761076**`golangci-lint` doesn' t work**
10771077
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
8484go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
8585```
8686
87- With ` go1.11 ` or later you can get a particular version
87+ With ` go1.12 ` or later you can get a particular version
8888
8989``` 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
9191```
9292
9393#### MacOS
@@ -535,7 +535,7 @@ Long answer:
5355352 . go1.9 is officially supported by golangci-lint <= v1.10.2
5365363 . go1.10 is officially supported by golangci-lint <= 1.15.0.
5375374 . 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).
539539
540540** ` golangci-lint ` doesn't work**
541541
Original file line number Diff line number Diff line change 11module github.com/golangci/golangci-lint
22
3- go 1.11
3+ go 1.12
44
55require (
66 github.com/OpenPeeDeeP/depguard v1.0.1
You can’t perform that action at this time.
0 commit comments