ci: ensure lint has goflags

Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
This commit is contained in:
Robin H. Johnson 2026-01-09 21:28:01 -08:00
parent f98028c925
commit d2ed3d3262
No known key found for this signature in database
GPG Key ID: 19395F23C58826C4

View File

@ -22,4 +22,4 @@ else
exit 1
fi
"$LINT_CMD" run --verbose
GOFLAGS="${GOFLAGS}" "$LINT_CMD" run --verbose