fix(deps): update golangci

This commit is contained in:
kolaente
2024-08-25 15:51:34 +02:00
committed by konrad
parent 435cb2e7f7
commit 8bfd0493b2
6 changed files with 29 additions and 25 deletions

View File

@@ -109,3 +109,7 @@ issues:
text: 'structtag: struct field Position repeats json tag "position" also at'
linters:
- govet
- path: pkg/cmd/user.go
text: 'G115: integer overflow conversion uintptr -> int'
linters:
- gosec