This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a change to branch PG12
in repository https://gitbox.apache.org/repos/asf/age.git
from dd34ea5 Fix compare_agtype_scalar_values returned result
new 1d1254a Implement CI testing for Golang Driver (#372)
new e7465ae Update to go version 1.19, as 1.16 is EOL (#373)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/go-driver.yml | 36 ++++++++++++++++++++++++++++++++++++
drivers/golang/README.md | 2 +-
drivers/golang/docker-compose.yml | 10 ++++++++++
drivers/golang/go.mod | 8 +++++++-
drivers/golang/go.sum | 1 +
5 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 .github/workflows/go-driver.yml
create mode 100644 drivers/golang/docker-compose.yml