Skip to content

Commit

Permalink
fix the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtzzz committed Jul 27, 2023
1 parent fc882c0 commit 4b285b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arch: amd64
tag: latest-amd64
core_ref: v19.12.0
go_ref: horizon-v2.26.1-374
go_ref: horizon-v2.26.1
soroban_tools_ref: v0.4.0
test_matrix: |
{
Expand All @@ -58,7 +58,7 @@ jobs:
arch: arm64
tag: latest-arm64
core_ref: v19.12.0
go_ref: horizon-v2.26.1-374
go_ref: horizon-v2.26.1
soroban_tools_ref: v0.4.0
test_matrix: |
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
arch: amd64
tag: testing-amd64
core_ref: v19.12.0
go_ref: horizon-v2.26.1-374
go_ref: horizon-v2.26.1
soroban_tools_ref: v0.4.0
test_matrix: |
{
Expand All @@ -59,7 +59,7 @@ jobs:
arch: arm64
tag: testing-arm64
core_ref: v19.12.0
go_ref: horizon-v2.26.1-374
go_ref: horizon-v2.26.1
soroban_tools_ref: v0.4.0
test_matrix: |
{
Expand Down

0 comments on commit 4b285b3

Please sign in to comment.