-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Description
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/databricks/databricks-sdk-go
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36
Screenshot
What did you do?
Whenever the repository is tagged/released on GitHub, the docs on pkg.go.dev are not getting updated automatically (currently v0.88.0)
-
Updated version is available on Go Proxy
-
It even gets updated here: https://deps.dev/go/github.com%2Fdatabricks%2Fdatabricks-sdk-go/v0.88.0
-
Official page (https://pkg.go.dev/about#documentation) states that it should get updated automatically
-
Could not find any reason in the docs of goreleaser (the tool that we are using for making the releases), which would cause the issue
What did you see happen?
Docs are not updating without manually requesting an update. Without that, the docs did not update even after waiting for a week.
What did you expect to see?
Docs to be updated within 1-2 days after the tag/release.