Skip to content

Commit ca13f9f

Browse files
chore: make go mod tidy continue on error
1 parent 5305a28 commit ca13f9f

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)