Skip to content

Commit

Permalink
Bitcoin 27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 19, 2024
1 parent 593aefd commit 0375e1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bitcoin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: "Version to download and run"
required: false
default: 24.0.1
default: 27.0

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
bitcoin-version:
description: "Bitcoin version to download and run as a regtest node"
required: false
default: 24.0.1
default: 27.0

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion orchestration/src/coins/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub fn bitcoin(orchestration_path: &Path, network: Network) {
const DOWNLOAD_BITCOIN: &str = r#"
FROM alpine:latest as bitcoin
ENV BITCOIN_VERSION=26.0
ENV BITCOIN_VERSION=27.0
RUN apk --no-cache add git gnupg
Expand Down

0 comments on commit 0375e1c

Please sign in to comment.