From 8a32132d4b87dd3eb9b458b638877c32c1fb2fda Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Mon, 9 Oct 2023 09:57:03 +0800 Subject: [PATCH] upgrade CI server version (#171) --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13f3b28..24fa15e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: run: | docker run -d -p 5433:5433 -p 5444:5444 \ --name vertica_docker --network my-network \ - vertica/vertica-ce:23.3.0-0 + vertica/vertica-ce:23.4.0-0 echo "Vertica startup ..." until docker exec vertica_docker test -f /data/vertica/VMart/agent_start.out; do \ echo "..."; \ diff --git a/README.md b/README.md index bb37f75..1a6ff0e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ vertica-sql-go is a native Go adapter for the Vertica (http://www.vertica.com) d Please check out [release notes](https://github.com/vertica/vertica-sql-go/releases) to learn about the latest improvements. -vertica-sql-go has been tested with Vertica 23.3.0 and Go 1.16/1.17/1.18/1.19/1.20. +vertica-sql-go has been tested with Vertica 23.4.0 and Go 1.16/1.17/1.18/1.19/1.20. ## Installation