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 2100e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/setup_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi

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

0 comments on commit 2100e1d

Please sign in to comment.