diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index e1c8f80d..304d700b 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -34,7 +34,7 @@ jobs: protocol_version_default: 21 xdr_ref: v21.1.0 core_ref: v21.1.0 - go_ref: horizon-v2.30.0 + go_ref: horizon-v2.31.0 soroban_rpc_ref: v21.2.0 test_matrix: | { @@ -58,7 +58,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.1.0 core_build_runner_type: ubuntu-latest-16-cores - go_ref: horizon-v2.30.0 + go_ref: horizon-v2.31.0 soroban_rpc_ref: v21.2.0 soroban_rpc_build_runner_type: ubuntu-latest-16-cores test_matrix: | diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index e01e3888..488b4eff 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -35,7 +35,7 @@ jobs: protocol_version_default: 20 xdr_ref: v21.1.0 core_ref: v21.1.0 - go_ref: horizon-v2.30.0 + go_ref: horizon-v2.31.0 soroban_rpc_ref: v21.2.0 test_matrix: | { @@ -59,7 +59,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.1.0 core_build_runner_type: ubuntu-latest-16-cores - go_ref: horizon-v2.30.0 + go_ref: horizon-v2.31.0 soroban_rpc_ref: v21.2.0 soroban_rpc_build_runner_type: ubuntu-latest-16-cores test_matrix: | diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 5c4e4b04..cd20d377 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -36,7 +36,7 @@ jobs: protocol_version_default: 21 xdr_ref: v21.1.0 core_ref: v21.1.0 - go_ref: horizon-v2.30.0 + go_ref: horizon-v2.31.0 soroban_rpc_ref: v21.2.0 test_matrix: | { @@ -60,7 +60,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.1.0 core_build_runner_type: ubuntu-latest-16-cores - go_ref: horizon-v2.30.0 + go_ref: horizon-v2.31.0 soroban_rpc_ref: v21.2.0 soroban_rpc_build_runner_type: ubuntu-latest-16-cores test_matrix: | diff --git a/Makefile b/Makefile index c163b7cc..c8f97952 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build-latest: PROTOCOL_VERSION_DEFAULT=20 \ XDR_REF=v21.1.0 \ CORE_REF=v21.1.0 \ - HORIZON_REF=horizon-v2.30.0 \ + HORIZON_REF=horizon-v2.31.0 \ SOROBAN_RPC_REF=v21.2.0 build-testing: @@ -34,7 +34,7 @@ build-testing: PROTOCOL_VERSION_DEFAULT=21 \ XDR_REF=v21.1.0 \ CORE_REF=v21.1.0 \ - HORIZON_REF=horizon-v2.30.0 \ + HORIZON_REF=horizon-v2.31.0 \ SOROBAN_RPC_REF=v21.2.0 build-future: @@ -42,7 +42,7 @@ build-future: PROTOCOL_VERSION_DEFAULT=21 \ XDR_REF=v21.1.0 \ CORE_REF=v21.1.0 \ - HORIZON_REF=horizon-v2.30.0 \ + HORIZON_REF=horizon-v2.31.0 \ SOROBAN_RPC_REF=v21.2.0 build: