mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 03:27:19 +00:00
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:
@ -31,7 +31,7 @@ const (
|
||||
type Printer func(trigger Event, record *requestRecord)
|
||||
|
||||
type requestRecordsManager struct {
|
||||
print Printer //nolint:forbidigo
|
||||
print Printer
|
||||
|
||||
lock sync.Mutex
|
||||
|
||||
|
Reference in New Issue
Block a user