diff --git a/.golangci.yml b/.golangci.yml index 5ed45a559..ce9962796 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -99,7 +99,7 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.49.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.57.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"