fix: Remove yaml v3→v4 migration from this PR (moved to dedicated PR)

This commit is contained in:
ZPascal
2026-05-26 15:44:38 +02:00
committed by I539231
parent c5b51f954b
commit 2aa754f287
24 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"code.gitea.io/gitea/services/context"
packages_service "code.gitea.io/gitea/services/packages"
"go.yaml.in/yaml/v4"
"gopkg.in/yaml.v3"
)
func apiError(ctx *context.Context, status int, obj any) {