From c92a7a30ae7fca22aa7dacfd493475350e5ad68e Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Mon, 10 Jun 2019 09:50:37 +0300 Subject: [PATCH] docs: s/1.16/1.17 --- .golangci.yml | 2 +- README.md | 4 ++-- README.tmpl.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 3134f166..85b508e6 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -61,6 +61,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.17.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/README.md b/README.md index c4018973..c08c9e7c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint With `go1.11` or later you can get a particular version ```bash -GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0 +GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.0 ``` #### MacOS @@ -873,7 +873,7 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.16.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.17.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" ``` diff --git a/README.tmpl.md b/README.tmpl.md index 2b6911d1..bcc78f17 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -99,7 +99,7 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint With `go1.11` or later you can get a particular version ```bash -GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0 +GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.0 ``` #### MacOS