Skip to content

Commit

Permalink
upgrade CI server version (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Oct 9, 2023
1 parent cd7bb74 commit 8a32132
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 \
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 "..."; \
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 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

Expand Down

0 comments on commit 8a32132

Please sign in to comment.