diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0ae771..6d59bd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ When contributing changes to repository, follow these steps: ### Requirements -- Go 1.24.3+ +- Go 1.25.0+ ### Install Dependencies diff --git a/lefthook.yml b/lefthook.yml index 973f932..ebe6a9d 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -7,6 +7,8 @@ pre-push: pre-commit: parallel: true commands: + linter-fmt: + run: golangci-lint fmt linter: run: golangci-lint run -n secrets-scanning: