Merge pull request #122917 from bells17/make-update-add-update-golangci-lint-config

make update: add update-golangci-lint-config
This commit is contained in:
Kubernetes Prow Robot 2024-01-25 08:30:57 +01:00 committed by GitHub
commit 81986587ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ BASH_TARGETS=(
update-generated-docs
update-openapi-spec
update-gofmt
update-golangci-lint-config
)
for t in "${BASH_TARGETS[@]}"; do