maehara-n commented on issue #1455: URL: https://github.com/apache/age/issues/1455#issuecomment-1943138008
@sanket-uptycs I think there may be a mismatch in the specified version. You need to specify the following version. `replace github.com/apache/age/drivers/golang => github.com/jrgemignani/age/drivers/golang v0.0.0-20240209012620-7c153e1a9fb2` @jrgemignani I was able to successfully build the application by specifying the go.mod as follows. ``` module myapp go 1.21.5 replace github.com/apache/age/drivers/golang => github.com/jrgemignani/age/drivers/golang v0.0.0-20240209012620-7c153e1a9fb2 require ( github.com/apache/age/drivers/golang v0.0.0-00010101000000-000000000000 github.com/lib/pq v1.10.9 ) require ( github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 // indirect golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 // indirect ) ``` -- 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