You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): build golangci-lint from go.sum to align with project version
Replace the golangci-lint-action (which downloads the latest release)
with a go build from the version pinned in go.sum. This ensures the CI
linter matches what developers run locally via `make lint`.
Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
0 commit comments