From d2ed3d3262176226c9ab96dcd62948c7ebc5b3af Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 9 Jan 2026 21:28:01 -0800 Subject: [PATCH] ci: ensure lint has goflags Signed-off-by: Robin H. Johnson --- scripts/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check.sh b/scripts/check.sh index 4f9b04fa..dad8120f 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -22,4 +22,4 @@ else exit 1 fi -"$LINT_CMD" run --verbose +GOFLAGS="${GOFLAGS}" "$LINT_CMD" run --verbose