docs: write about supported go versions

This commit is contained in:
Denis Isaev 2018-10-21 11:44:29 +03:00 committed by Isaev Denis
parent 6ecea1cddc
commit 13ce836c33
2 changed files with 8 additions and 0 deletions

View File

@ -702,6 +702,10 @@ No, you don't need to do it anymore. We will run `go install -i` and `go test -i
for analyzed packages ourselves. We will run them only for analyzed packages ourselves. We will run them only
if option `govet.use-installed-packages` is `true`. if option `govet.use-installed-packages` is `true`.
**Which go versions are supported**
Golangci-lint versions > 1.10.2 supports Go 1.10 and 1.11.
Golangci-lint versions <= v1.10.2 supported Go 1.9, 1.10, 1.11.
**`golangci-lint` doesn't work** **`golangci-lint` doesn't work**
1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint` 1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint`

View File

@ -362,6 +362,10 @@ No, you don't need to do it anymore. We will run `go install -i` and `go test -i
for analyzed packages ourselves. We will run them only for analyzed packages ourselves. We will run them only
if option `govet.use-installed-packages` is `true`. if option `govet.use-installed-packages` is `true`.
**Which go versions are supported**
Golangci-lint versions > 1.10.2 supports Go 1.10 and 1.11.
Golangci-lint versions <= v1.10.2 supported Go 1.9, 1.10, 1.11.
**`golangci-lint` doesn't work** **`golangci-lint` doesn't work**
1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint` 1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint`