From 974fb36f9df9bf0f0600367cdcc6ec7e5d4fb453 Mon Sep 17 00:00:00 2001 From: shawn Date: Thu, 11 Jan 2024 13:06:55 -0800 Subject: [PATCH] bump core for testing/soroban images to v20.1.0 (#544) --- .github/workflows/build-soroban-dev.yml | 4 ++-- .github/workflows/build-testing.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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