Skip to content

Commit

Permalink
Bump CRDB version used by TeamCity to v23.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyyang890 committed May 26, 2023
1 parent f2dd3d1 commit 56616ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rbenv rehash
ruby -v

# Download CockroachDB
VERSION=v22.2.6
VERSION=v23.1.2
wget -qO- https://binaries.cockroachdb.com/cockroach-$VERSION.linux-amd64.tgz | tar xvz
readonly COCKROACH=./cockroach-$VERSION.linux-amd64/cockroach

Expand Down

0 comments on commit 56616ad

Please sign in to comment.