[v3] update ci (#148)
Some checks failed
coverage / build (push) Failing after 4m13s
test / test (push) Successful in 10m7s

* update ci

* fix linters
This commit is contained in:
2025-05-01 21:15:37 +05:00
committed by GitHub
parent 94fbd045fb
commit 2c39a1d845
11 changed files with 76 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ func (r *Store) statsMeter() {
ticker := time.NewTicker(meter.DefaultMeterStatsInterval)
defer ticker.Stop()
for _ = range ticker.C {
for range ticker.C {
if st == nil {
return
}