You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: /home/runner/work/asasalint/asasalint/gosoline/pkg/kvstore/redis.go:195:17: pass []any as any to func MSet func(ctx context.Context, values ...interface{}) *github.com/go-redis/redis/v8.StatusCmd
i am writing a linter to lint that pass []any as any in variadic function
and run github Actions for some top go packages, this package failed
see github actions lint result here https://github.com/alingse/asasalint/runs/7284812036?check_suite_focus=true
should be
The text was updated successfully, but these errors were encountered: