Update golangci.com config to 1.22.x release. (#904)

This commit is contained in:
Trevor Pounds 2020-01-19 10:31:49 -05:00 committed by Isaev Denis
parent 47a885c119
commit 88b6c25075
2 changed files with 2 additions and 2 deletions

View File

@ -106,6 +106,6 @@ run:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.22.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"

View File

@ -1045,7 +1045,7 @@ run:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.22.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"
```