makefile: Don't run update_dep.sh as it's not a check

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Marek Siarkowicz 2022-09-20 13:50:01 +02:00
parent 05104ee9a7
commit bb139b15f8
1 changed files with 1 additions and 5 deletions

View File

@ -30,7 +30,7 @@ test-e2e-release: build
# Static analysis
verify: verify-gofmt verify-bom verify-lint verify-dep verify-shellcheck verify-goword verify-govet verify-license-header verify-receiver-name verify-mod-tidy verify-shellcheck verify-shellws verify-proto-annotations
update: update-bom update-lint update-dep update-fix
update: update-bom update-lint update-fix
.PHONY: verify-gofmt
verify-gofmt:
@ -48,10 +48,6 @@ update-bom:
verify-dep:
PASSES="dep" ./scripts/test.sh
.PHONY: update-dep
update-dep:
./scripts/update_dep.sh
.PHONY: verify-lint
verify-lint:
golangci-lint run