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
v1.60.2 starts to report "integer overflow conversion int -> int32 for conversion like int32(group) with group is an int", but v1.60.1 does not report this error.
Welcome
typecheck
section of the FAQ.Description of the problem
v1.60.2 starts to report "integer overflow conversion int -> int32 for conversion like int32(group) with group is an int", but v1.60.1 does not report this error.
Version of golangci-lint
v1.60.2
Configuration
Using v1.60.2
v1.60.1 is fine.
Go environment
1.22.4
Verbose output of running
G115: integer overflow conversion int -> int32 (gosec)
drqsGroup := int32(group)
group is an int defined.
A minimal reproducible example or link to a public repository
internal project. no link.
Validation
Supporter
The text was updated successfully, but these errors were encountered: