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
Potential fix for code scanning alert no. 1: Workflow does not contai…
…n permissions (#42)
* Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Add write permission for pull-requests
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Consider a named type's package path (#38)
* Add a transitive-major test.
* Consider a type's package path in compareNamed.
* Don't require Go 1.25 in the transitive-major test when 1.23 will do just fine.
When an interface has unexported methods, adding a method is minor, n…
…ot major (#29)
* Consider it a minor change, not major, when a method is added to an interface that includes any unexported methods.
* Adding methods to an interface that uses internal types is also minor.
* Oops, add missing testdata file.