diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index e93fcc31..2ffdcf77 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -33,7 +33,7 @@ jobs: tag: ${{ inputs.tag-prefix }}future-amd64 protocol_version_default: 22 xdr_ref: v22.0.0 - core_ref: v22.0.0 + core_ref: v22.1.0 horizon_ref: horizon-v22.0.1 stellar_rpc_ref: v22.1.1 friendbot_ref: horizon-v22.0.1 @@ -57,7 +57,7 @@ jobs: tag: ${{ inputs.tag-prefix }}future-arm64 protocol_version_default: 22 xdr_ref: v22.0.0 - core_ref: v22.0.0 + core_ref: v22.1.0 horizon_ref: horizon-v22.0.1 stellar_rpc_ref: v22.1.1 friendbot_ref: horizon-v22.0.1 diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index fe69c4e8..fd0a6873 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -34,7 +34,7 @@ jobs: tag: ${{ inputs.tag-prefix }}latest-amd64 protocol_version_default: 22 xdr_ref: v22.0.0 - core_ref: v22.0.0 + core_ref: v22.1.0 horizon_ref: horizon-v22.0.1 stellar_rpc_ref: v22.1.1 friendbot_ref: horizon-v22.0.1 @@ -58,7 +58,7 @@ jobs: tag: ${{ inputs.tag-prefix }}latest-arm64 protocol_version_default: 22 xdr_ref: v22.0.0 - core_ref: v22.0.0 + core_ref: v22.1.0 horizon_ref: horizon-v22.0.1 stellar_rpc_ref: v22.1.1 friendbot_ref: horizon-v22.0.1 diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 5d612e20..3e9dace5 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -35,7 +35,7 @@ jobs: tag: ${{ inputs.tag-prefix }}testing-amd64 protocol_version_default: 22 xdr_ref: v22.0.0 - core_ref: v22.1.0rc1 + core_ref: v22.1.0 horizon_ref: horizon-v22.0.1 stellar_rpc_ref: v22.1.1 friendbot_ref: horizon-v22.0.1 @@ -59,7 +59,7 @@ jobs: tag: ${{ inputs.tag-prefix }}testing-arm64 protocol_version_default: 22 xdr_ref: v22.0.0 - core_ref: v22.1.0rc1 + core_ref: v22.1.0 horizon_ref: horizon-v22.0.1 stellar_rpc_ref: v22.1.1 friendbot_ref: horizon-v22.0.1