Update golangci.com config to 1.22.x release. (#904)
This commit is contained in:
parent
47a885c119
commit
88b6c25075
@ -106,6 +106,6 @@ run:
|
|||||||
# 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.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:
|
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"
|
||||||
|
@ -1045,7 +1045,7 @@ run:
|
|||||||
# 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.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:
|
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"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user