Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit ab34df3

Browse files
committed
add Gopkg.lock as a dependency for vendor target
1 parent 6784ab8 commit ab34df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean:
2323
rm -rf vendor build
2424

2525
# Set up vendor directory using `dep`
26-
vendor: Gopkg.toml
26+
vendor: Gopkg.toml Gopkg.lock
2727
$(MAKE) require-dep
2828
dep ensure -vendor-only
2929
touch vendor

0 commit comments

Comments
 (0)