Hello 👋 With golang 1.26 release they modified how `new()` works and for example the modernize linter replaces github.Ptr with new. Is that correct behaviour? Can Ptr be removed from use in go-github?