diff --git a/.github/workflows/build-soroban-dev.yml b/.github/workflows/build-soroban-dev.yml index 16b581c5..edb9b1e5 100644 --- a/.github/workflows/build-soroban-dev.yml +++ b/.github/workflows/build-soroban-dev.yml @@ -36,7 +36,7 @@ jobs: arch: amd64 tag: soroban-dev-amd64 xdr_ref: v20.0.2 - core_ref: v20.0.2 + core_ref: v20.1.0 core_supports_enable_soroban_diagnostic_events: "true" go_ref: horizon-v2.27.0 soroban_tools_ref: v20.1.0 @@ -55,7 +55,7 @@ jobs: arch: arm64 tag: soroban-dev-arm64 xdr_ref: v20.0.2 - core_ref: v20.0.2 + core_ref: v20.1.0 core_supports_enable_soroban_diagnostic_events: "true" core_build_runner_type: ubuntu-latest-16-cores go_ref: horizon-v2.27.0 diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 1b888211..065f75d9 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -38,7 +38,7 @@ jobs: arch: amd64 tag: testing-amd64 xdr_ref: v20.0.2 - core_ref: v20.0.2 + core_ref: v20.1.0 core_supports_enable_soroban_diagnostic_events: "true" go_ref: horizon-v2.27.0 soroban_tools_ref: v20.1.0 @@ -60,7 +60,7 @@ jobs: arch: arm64 tag: testing-arm64 xdr_ref: v20.0.2 - core_ref: v20.0.2 + core_ref: v20.1.0 core_supports_enable_soroban_diagnostic_events: "true" core_build_runner_type: ubuntu-latest-16-cores go_ref: horizon-v2.27.0