Remove tools from go.sum deps (#4251)

The go.sum target does not need to depend on tools to run successfully.
This commit is contained in:
Alessio Treglia 2019-05-02 17:30:29 +01:00 committed by GitHub
parent 2708d87278
commit 60a6a8dcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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