Remove potential integer overflow conversion uint64 -> int64

This commit is contained in:
Deluan
2024-08-22 19:28:22 -04:00
parent 5d81849603
commit c95fa11a2f
4 changed files with 14 additions and 12 deletions

View File

@@ -34,4 +34,4 @@ linters-settings:
- G501
- G401
- G505
- G115 # Temporarily disabled, see discussion in https://github.com/securego/gosec/pull/1149
- G115 # Can't check context, where the warning is clearly a false positive. See discussion in https://github.com/securego/gosec/pull/1149