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
CI uses version: v2.5 in golangci-lint-action which resolves to the latest v2.5.x at build time. Switch to a pinned exact version (e.g. v2.5.3) to avoid lint flakes from upstream patch releases. Bump intentionally when we want new checks.
CI uses
version: v2.5in golangci-lint-action which resolves to the latest v2.5.x at build time. Switch to a pinned exact version (e.g.v2.5.3) to avoid lint flakes from upstream patch releases. Bump intentionally when we want new checks.