From 62eb7cb4f93d49e1c9fc07abac7e14985af6b05c Mon Sep 17 00:00:00 2001 From: bells17 Date: Tue, 23 Jan 2024 03:09:13 +0900 Subject: [PATCH] make update: add update-golangci-lint-config --- hack/make-rules/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make-rules/update.sh b/hack/make-rules/update.sh index 1d8b5dbcac7..69684b5d785 100755 --- a/hack/make-rules/update.sh +++ b/hack/make-rules/update.sh @@ -41,6 +41,7 @@ BASH_TARGETS=( update-generated-docs update-openapi-spec update-gofmt + update-golangci-lint-config ) for t in "${BASH_TARGETS[@]}"; do