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/reva/pkg/share/cache/redis/redis.go:124:31: pass []any as any to func Do func(commandName string, args ...interface{}) (reply interface{}, err error)
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 action result here https://github.com/alingse/asasalint/runs/7271246945?check_suite_focus=true
the redis usage
should be
and this might be a bug too?
The text was updated successfully, but these errors were encountered: