fix: build
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-07-25 22:47:07 +02:00
parent 14b385edfb
commit 23abd0fa77
2 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import (
type migrationLogger struct{}
func (l migrationLogger) Printf(format string, v ...any) {
//nolint:noctx
slog.Info(format, v...)
}
func (l migrationLogger) Verbose() bool {