buildGoModule: require vendorSha256 to be set in packages

This commit is contained in:
zowoq 2020-06-04 14:01:51 +10:00
parent 2694473150
commit a2e6ff2cce

View File

@ -17,7 +17,7 @@
#
# if vendorSha256 is null, then we won't fetch any dependencies and
# rely on the vendor folder within the source.
, vendorSha256 ? null
, vendorSha256
# Whether to delete the vendor folder supplied with the source.
, deleteVendor ? false