From 4eae09f7b9fb4bd945d5342ba4971eeb479eb568 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Thu, 24 Oct 2024 11:39:15 +0800 Subject: [PATCH] Upgrade CI server version to v24.4 (#180) --- .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 a7ca51d..4a7a71b 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 \ - opentext/vertica-ce:24.3.0-2 + opentext/vertica-ce:24.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 530c501..de48b2e 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 24.3.0 and Go 1.18/1.19/1.20/1.21/1.22. +vertica-sql-go has been tested with Vertica 24.4.0 and Go 1.18/1.19/1.20/1.21/1.22. ## Installation