tests/thirdparty: fix phoreproject-bls (#204)

This started failing under Go 1.17.2 due to a missing go mod tidy in the
root of the respository.
This commit is contained in:
Michael McLoughlin
2021-10-27 23:03:23 -07:00
committed by GitHub
parent 5e686673b2
commit 9c815a0581
2 changed files with 11 additions and 1 deletions

View File

@@ -59,6 +59,13 @@
"module": "asm/go.mod",
"setup": [
{
"name": "Setup Root Module",
"commands": [
"go mod tidy"
]
},
{
"name": "Setup Generator Module",
"dir": "asm",
"commands": [
"sed -i.bak '/+build ignore/d' asm.go",