Description
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/harness/harness-go-sdk
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Screenshot



What did you do?
Visited the pkg.go.dev page for our module:
https://pkg.go.dev/github.com/harness/harness-go-sdk?tab=versions
We verified our GitHub repository’s tags. The actual latest release is v0.4.50, but v0.4.222 (likely pushed earlier) is being shown as the latest version on pkg.go.dev.
Steps tried:
- Verified Git tags in the repository
What did you see happen?
The module page shows v0.4.222 as the latest version:
https://pkg.go.dev/github.com/harness/harness-go-sdk@v0.4.222
What did you expect to see?
We expected v0.4.50 to be shown as the latest version, as it is the actual latest semver release tag available in the GitHub repository:
https://pkg.go.dev/github.com/harness/harness-go-sdk@v0.4.50