fix: override config values use viper (#1502)

Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
This commit is contained in:
Morty
2024-08-28 18:53:20 +08:00
committed by GitHub
parent a528103260
commit 2ee1c898f0
11 changed files with 519 additions and 131 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.4.56"
var tag = "v4.4.57"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {