docs: s/1.16/1.17

This commit is contained in:
Denis Isaev 2019-06-10 09:50:37 +03:00 committed by Isaev Denis
parent d7ea266760
commit c92a7a30ae
3 changed files with 4 additions and 4 deletions

View File

@ -61,6 +61,6 @@ issues:
# golangci.com configuration # golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration # https://github.com/golangci/golangci/wiki/Configuration
service: 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: prepare:
- echo "here I can run custom commands, but no preparation needed for this repo" - echo "here I can run custom commands, but no preparation needed for this repo"

View File

@ -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 With `go1.11` or later you can get a particular version
```bash ```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 #### MacOS
@ -873,7 +873,7 @@ issues:
# golangci.com configuration # golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration # https://github.com/golangci/golangci/wiki/Configuration
service: 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: prepare:
- echo "here I can run custom commands, but no preparation needed for this repo" - echo "here I can run custom commands, but no preparation needed for this repo"
``` ```

View File

@ -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 With `go1.11` or later you can get a particular version
```bash ```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 #### MacOS