build: update CI to build against bitcoind 23

This commit is contained in:
Olaoluwa Osuntokun
2022-04-26 16:06:09 -07:00
parent b5fed36465
commit dec389d54f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -ev
BITCOIND_VERSION=${BITCOIN_VERSION:-22.0}
BITCOIND_VERSION=${BITCOIN_VERSION:-23.0}
docker pull lightninglabs/bitcoin-core:$BITCOIND_VERSION
CONTAINER_ID=$(docker create lightninglabs/bitcoin-core:$BITCOIND_VERSION)