robertmu opened a new issue, #59:
URL: https://github.com/apache/cloudberry-backup/issues/59
When following the installation instructions in `README.md`, the command `go
install github.com/apache/cloudberry-backup@latest` fails with the following
error:
```
go: downloading github.com/apache/cloudberry-backup v1.0.2
go: github.com/apache/cloudberry-backup@latest: version constraints conflict:
github.com/apache/[email protected]: parsing go.mod:
module declares its path as: github.com/cloudberrydb/gpbackup
but was required as: github.com/apache/cloudberry-backup
```
The cause is that the `module` path in the `go.mod` file for tag `v1.0.2` is
still the old repository path (`github.com/cloudberrydb/gpbackup`).
Publishing a new release with the corrected `go.mod` path should resolve
this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]