Hello Everyone,
I tried asking about this on the golang-nuts group, but there weren't any replies.
If
I disable the sum function with GOSUMDB=off then this all works as
expected. I notice a similar error when I try to register the module
with
proxy.golang.org as well, in an effort to have the package added to the
pkg.go.dev site.
It appears that while the module proxy protocol supports git ssh protocol, it isn't working with the *.
golang.org
sites. Does anyone know if this is a known limitation, or should this
be raised as a bug? I couldn't find anything in the documentation for
registering a package with
pkg.go.dev that says that it wouldn't work.
Thanks!