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
+1 -1
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