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
Fix linting failure: downgrade golang.org/x/tools to v0.40.0
golang.org/x/tools v0.41.0 contains files with //go:build go1.25 constraints
that cause golangci-lint to fail when building with Go 1.24. Downgraded
to v0.40.0 which is fully compatible with Go 1.24.
Co-authored-by: dlevy-msft-sql <[email protected]>
0 commit comments