fix: build
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m8s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m39s

This commit was merged in pull request #238.
This commit is contained in:
2025-07-25 22:47:07 +02:00
parent e1551c1fa3
commit 25568591fd
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 {