Skip to content

Commit d2ed3d3

Browse files
committed
ci: ensure lint has goflags
Signed-off-by: Robin H. Johnson <[email protected]>
1 parent f98028c commit d2ed3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ else
2222
exit 1
2323
fi
2424

25-
"$LINT_CMD" run --verbose
25+
GOFLAGS="${GOFLAGS}" "$LINT_CMD" run --verbose

0 commit comments

Comments
 (0)