Merge pull request #1491 from codysoyland/1490-dep-ensure-vendor-only

Use `dep ensure -vendor-only` for build repeatability
This commit is contained in:
Cody Soyland 2018-07-11 12:24:47 -05:00 committed by GitHub
commit c456662ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ clean:
# Set up vendor directory using `dep`
vendor: Gopkg.toml
$(MAKE) require-dep
dep ensure
dep ensure -vendor-only
touch vendor
# Run test suite