Merge pull request #16321 from hakman/update-dep

Skip gen-cli-docs on depup
This commit is contained in:
Kubernetes Prow Robot 2024-02-04 11:36:03 -08:00 committed by GitHub
commit a024d3836c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ goget:
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all | grep -v spotinst-sdk-go)
.PHONY: depup
depup: goget gomod gen-cli-docs
depup: goget gomod
.PHONY: gofmt
gofmt: