Skip to content

Commit

Permalink
Merge branch 'master' into rename-soroban-rpc-stellar-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored Dec 9, 2024
2 parents ceb8c8a + e38bdca commit e07340f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sha: ${{ inputs.sha }}
arch: amd64
tag: ${{ inputs.tag-prefix }}latest-amd64
protocol_version_default: 21
protocol_version_default: 22
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.1
Expand All @@ -56,7 +56,7 @@ jobs:
sha: ${{ inputs.sha }}
arch: arm64
tag: ${{ inputs.tag-prefix }}latest-arm64
protocol_version_default: 21
protocol_version_default: 22
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console:

build-latest:
$(MAKE) build TAG=latest \
PROTOCOL_VERSION_DEFAULT=21 \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.1 \
Expand Down

0 comments on commit e07340f

Please sign in to comment.