From 13ce836c339634ed7ad8837044f22e419c8e5f48 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sun, 21 Oct 2018 11:44:29 +0300 Subject: [PATCH] docs: write about supported go versions --- README.md | 4 ++++ README.tmpl.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 3738e3f4..2ad81f3f 100644 --- a/README.md +++ b/README.md @@ -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 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** 1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint` diff --git a/README.tmpl.md b/README.tmpl.md index a4195afa..c20e915f 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -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 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** 1. Update it: `go get -u github.com/golangci/golangci-lint/cmd/golangci-lint`