Skip to content

Commit 27ac4c7

Browse files
committed
Update minimum Go version to 1.12.
1 parent 21fda1d commit 27ac4c7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ Local installation is not recommended for your CI pipeline. Only install the lin
8484
go 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:
10711071
2. go1.9 is officially supported by golangci-lint <= v1.10.2
10721072
3. go1.10 is officially supported by golangci-lint <= 1.15.0.
10731073
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).
10751075
10761076
**`golangci-lint` doesn't work**
10771077

README.tmpl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ Local installation is not recommended for your CI pipeline. Only install the lin
8484
go 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:
535535
2. go1.9 is officially supported by golangci-lint <= v1.10.2
536536
3. go1.10 is officially supported by golangci-lint <= 1.15.0.
537537
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).
539539

540540
**`golangci-lint` doesn't work**
541541

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.11
3+
go 1.12
44

55
require (
66
github.com/OpenPeeDeeP/depguard v1.0.1

0 commit comments

Comments
 (0)