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

Commit 232d790

Browse files
authored
Merge pull request #1790 from jaffee/makefile-vendor-fix
add Gopkg.lock as a dependency for vendor target
2 parents 6784ab8 + ab34df3 commit 232d790

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)