ci: remove renovate and add sonarqube
SonarQube Scan / SonarQube Trigger (push) Successful in 3m36s

This commit is contained in:
2026-01-28 13:34:47 +07:00
parent 88b1620418
commit 75d69dcfda
4 changed files with 99 additions and 91 deletions
-1
View File
@@ -47,7 +47,6 @@ func main() {
connect, err := pgx.Connect(ctx, dbURL)
if err != nil {
panic(err)
return
}
defer func(connect *pgx.Conn, ctx context.Context) {
err = connect.Close(ctx)