buildGoModule: require vendorSha256 to be set in packages
This commit is contained in:
parent
2694473150
commit
a2e6ff2cce
|
@ -17,7 +17,7 @@
|
||||||
#
|
#
|
||||||
# if vendorSha256 is null, then we won't fetch any dependencies and
|
# if vendorSha256 is null, then we won't fetch any dependencies and
|
||||||
# rely on the vendor folder within the source.
|
# rely on the vendor folder within the source.
|
||||||
, vendorSha256 ? null
|
, vendorSha256
|
||||||
# Whether to delete the vendor folder supplied with the source.
|
# Whether to delete the vendor folder supplied with the source.
|
||||||
, deleteVendor ? false
|
, deleteVendor ? false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue