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