make update: add update-golangci-lint-config

This commit is contained in:
bells17 2024-01-23 03:09:13 +09:00
parent 418ae605ec
commit 62eb7cb4f9

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