Skip to content

Commit

Permalink
Upgrade CI server version to 24.3 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Sep 6, 2024
1 parent 0670ac3 commit 96dae99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0-1
opentext/vertica-ce:24.3.0-2
echo "Vertica startup ..."
until docker exec vertica_docker test -f /data/vertica/VMart/agent_start.out; do \
echo "..."; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 and Go 1.18/1.19/1.20/1.21/1.22.
vertica-sql-go has been tested with Vertica 24.3.0 and Go 1.18/1.19/1.20/1.21/1.22.

## Installation

Expand Down

0 comments on commit 96dae99

Please sign in to comment.