Skip to content

Commit a615f3b

Browse files
chore: make go mod tidy continue on error
1 parent 3e5851a commit a615f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)