When I do go get https://github.com/neo4j/neo4j-go-driver, I end up with the following in by go.mod file.
github.com/neo4j/neo4j-go-driver v1.8.3
I would expect to get version v5 of the driver. I can't figure anyway to get the latest driver in my pro...