Skip to content

Commit 91b5021

Browse files
chore: make go mod tidy continue on error
1 parent 67b994e commit 91b5021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ fi
1313

1414
echo "==> Installing Go dependencies…"
1515

16-
go mod tidy
16+
go mod tidy -e

0 commit comments

Comments
 (0)