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
I read in https://go.dev/doc/modules/publishing and per instructions tried running GOPROXY=proxy.golang.org go list -m github.com/opensearch-project/[email protected] but that fails with not found: ... invalid version: go.mod has post-v3 module path "github.com/opensearch-project/opensearch-go/v3" at revision v3.1.0.
a) A release needs to ping the go service and tell it there's a new release. Likely a new workflow that runs every time a release is made.
b) An update to RELEASING.md that says to go to the release URL
The text was updated successfully, but these errors were encountered:
What is the bug?
When releasing 3.1.0 I ran into #498 (comment).
The release was not appearing in https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v3. A workaround was to navigate to https://pkg.go.dev/github.com/opensearch-project/opensearch-go/[email protected] and hit "request".
I read in https://go.dev/doc/modules/publishing and per instructions tried running
GOPROXY=proxy.golang.org go list -m github.com/opensearch-project/[email protected]
but that fails withnot found: ... invalid version: go.mod has post-v3 module path "github.com/opensearch-project/opensearch-go/v3" at revision v3.1.0
.How can one reproduce the bug?
What is the expected behavior?
Release appears on https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v3.
Solution
Either:
a) A release needs to ping the go service and tell it there's a new release. Likely a new workflow that runs every time a release is made.
b) An update to RELEASING.md that says to go to the release URL
The text was updated successfully, but these errors were encountered: