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
golang/tools@82041a1 introduced more bounds checking but doesn't special-case unsigned ints, tripping up staticcheck's SA4003.
A staticcheck.conf was added to the repo in #1875 to temporarily disable SA4003 until stringer is fixed. This issue is for addressing the issue upstream in golang/tools and removing staticcheck.conf once merged.