Skip to content

Commit

Permalink
Bump latest to v22 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Dec 5, 2024
1 parent e1ff6fb commit e38bdca
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 e38bdca

Please sign in to comment.