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
Standard library functions of newer go versions can't be used without also bumping the go.mod go version, so switched PubSub to the old runtime.SetFinalizer() instead of the go1.24+ runtime.AddCleanup(), and added a test to make sure it works correctly.
0 commit comments