Skip to content

Commit

Permalink
Remove tools from go.sum deps (#4251)
Browse files Browse the repository at this point in the history
The go.sum target does not need to depend on tools to run successfully.
  • Loading branch information
Alessio Treglia authored May 2, 2019
1 parent 2708d87 commit 60a6a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60a6a8d

Please sign in to comment.