diff --git a/Makefile b/Makefile index 726fd2f3f7..3f489ae474 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ go-mod-cache: go.sum @echo "--> Download go modules to local cache" @go mod download -go.sum: tools go.mod +go.sum: go.mod @echo "--> Ensure dependencies have not been modified" @go mod verify