ci: ensure lint has goflags (#2570)

Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
This commit is contained in:
Robin H. Johnson 2026-01-20 15:17:26 -08:00 committed by GitHub
parent a6f1b02340
commit 1bcc44ff9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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