1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

chore(hack): Go Modules based scripts.

This commit is contained in:
Otávio Fernandes
2019-10-28 11:01:00 +01:00
parent d0e1861f16
commit f5758afc40
6 changed files with 11 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ verify: build
hack/verify-gofmt.sh
hack/verify-golint.sh
hack/verify-govet.sh
hack/verify-godeps.sh || true # remove this to make godepchecker's warnings actionable
hack/verify-deps.sh
hack/verify-bash-completion.sh
.PHONY: verify