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
Fixed "Go1.18+ required" error on some modules due to missing go.sum (#……134)
Reason was that go list command no longer updates go.sum.
Fixes: #125
Signed-off-by: bwplotka <bwplotka@gmail.com>