Dockerfile: update golangci-lint to v1.64.5

Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
This commit is contained in:
Andrey Epifanov
2025-04-23 23:30:02 -07:00
parent 55b913bc54
commit 9182ce9276
2 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,10 @@ linters-settings:
# FIXME make sure all packages have a description. Currently, there's many packages without.
- name: package-comments
disabled: true
gosec:
excludes:
- G115 # G115: integer overflow conversion; (TODO: verify these: https://github.com/moby/moby/issues/48358)
issues:
# The default exclusion rules are a bit too permissive, so copying the relevant ones below
exclude-use-default: false