build: bump golangci-lint to 2.1.6

This commit is contained in:
Oleksandr Redko 2025-06-26 21:18:20 +03:00 committed by Henrique Dias
parent da03728cd7
commit 1d494ff315
No known key found for this signature in database
15 changed files with 515 additions and 436 deletions

View file

@ -207,7 +207,7 @@ func getEmbeddedThumbnail(in io.Reader) ([]byte, io.Reader, error) {
offset := 0
offsets := []int{12, 30}
head := make([]byte, 0xffff) //nolint:gomnd
head := make([]byte, 0xffff) //nolint:mnd
_, err := r.Read(head)
if err != nil {