maehara-n commented on issue #1455: URL: https://github.com/apache/age/issues/1455#issuecomment-1931494848
@jrgemignani The problem is not resolved. Have you checked the version of the go driver I wrote? `github.com/apache/age/drivers/golang v0.0.0-20230125234102-2a233e3e2da9` This is a version of the go driver that builds successfully. It's a version that was released before the following fix was made: https://github.com/apache/age/pull/714 After the fix mentioned in pull request 714 was made, the go driver no longer builds successfully. This is because the files required for building were removed from the repository. A pull request was created to address this issue, but it has been left unattended: https://github.com/apache/age/pull/1205 To make the build successful, one of the following actions needs to be taken: - Undo the fix in pull request 714, which is incorrect for go lang. - Approve pull request 1205. -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org