build: adopt Go 1.23 and bump linter
This commit is contained in:
@@ -58,7 +58,7 @@ type fakeDiscardingRecorder struct {
|
||||
}
|
||||
|
||||
func (r *fakeDiscardingRecorder) Event(object runtime.Object, eventType, reason, message string) {
|
||||
r.Eventf(object, eventType, reason, message)
|
||||
r.Eventf(object, eventType, reason, "%s", message)
|
||||
}
|
||||
|
||||
func (r *fakeDiscardingRecorder) Eventf(object runtime.Object, eventType, reason, messageFmt string, args ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user