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