I'm working on a project that imports Kai scheduler's APIs. By default, go.mod grabs the latest from https://pkg.go.dev/github.com/NVIDIA/KAI-scheduler
However, it appears the "latest" version on pkg.go.dev is incorrect. It says the latest is v0.20.0, whereas the latest release on this Github repo as of today is v0.9.8.
This version was released on March 20, 2025. This is the same day that v0.0.2 was released, so I assume it is a typo.
Can we retract this incorrect version from pkg.go.dev to avoid this problem?
Thanks!