diff --git a/.golangci.yml b/.golangci.yml index 8fbfb161e420..005b45077284 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -105,6 +105,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" diff --git a/README.md b/README.md index 2eefc71afcce..c2a5ac6faec1 100644 --- a/README.md +++ b/README.md @@ -1021,7 +1021,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" ```