Update tool dependencies (#26607)
- Updated all tool dependencies to latest versions - Add Makefile to `swagger` files because it specifies `go-swagger` version - Fix lint
This commit is contained in:
parent
653e77fd22
commit
3db3f5daae
3 changed files with 4 additions and 3 deletions
|
@ -31,7 +31,7 @@ const (
|
|||
type Printer func(trigger Event, record *requestRecord)
|
||||
|
||||
type requestRecordsManager struct {
|
||||
print Printer //nolint:forbidigo
|
||||
print Printer
|
||||
|
||||
lock sync.Mutex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue