Skip to content

Commit d402983

Browse files
chore: make go mod tidy continue on error
1 parent 1322a10 commit d402983

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)