Skip to content

Commit

Permalink
Use latest version of CockroachDB for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Jan 25, 2025
1 parent 2975119 commit ce4ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi

if [[ "${PGVERSION-}" =~ ^cockroach ]]
then
wget -qO- https://binaries.cockroachdb.com/cockroach-v23.2.5.linux-amd64.tgz | tar xvz
wget -qO- https://binaries.cockroachdb.com/cockroach-v24.3.3.linux-amd64.tgz | tar xvz
sudo mv cockroach-v23.2.5.linux-amd64/cockroach /usr/local/bin/
cockroach start-single-node --insecure --background --listen-addr=localhost
cockroach sql --insecure -e 'create database pgx_test'
Expand Down

0 comments on commit ce4ac7c

Please sign in to comment.