From 041eb9d0d0355c01440a40d1c7a0f02cd7326b6b Mon Sep 17 00:00:00 2001 From: monopauli Date: Thu, 12 Mar 2026 15:21:44 +0100 Subject: [PATCH 1/2] chore: update e2e-testing workflow and clarify Go version of 1.24.0 --- .github/workflows/e2e-testing.yaml | 6 +++--- go.mod | 2 +- interchaintest/go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-testing.yaml b/.github/workflows/e2e-testing.yaml index 6412816f..8f50fbb9 100644 --- a/.github/workflows/e2e-testing.yaml +++ b/.github/workflows/e2e-testing.yaml @@ -32,6 +32,9 @@ jobs: build-docker: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v6 + - name: Get branch name id: branch-name uses: tj-actions/branch-names@v9.0.2 @@ -68,9 +71,6 @@ jobs: go-version: 1.24 id: go - - name: Checkout repository - uses: actions/checkout@v6 - - name: Download dependencies for interchaintest run: | cd interchaintest && go mod download diff --git a/go.mod b/go.mod index daf9e476..eec18f19 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/persistenceOne/persistenceCore/v17 -go 1.24 +go 1.24.0 toolchain go1.24.6 diff --git a/interchaintest/go.mod b/interchaintest/go.mod index 00c39741..ee9f4346 100644 --- a/interchaintest/go.mod +++ b/interchaintest/go.mod @@ -1,6 +1,6 @@ module github.com/persistenceOne/persistenceCore/v17/interchaintest -go 1.24 +go 1.24.0 toolchain go1.24.6 From bc4bb7b7514859c335e0742443d62c4191fa9c0c Mon Sep 17 00:00:00 2001 From: monopauli Date: Thu, 12 Mar 2026 15:27:06 +0100 Subject: [PATCH 2/2] chore: add workflow_dispatch trigger to e2e testing workflow --- .github/workflows/e2e-testing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e-testing.yaml b/.github/workflows/e2e-testing.yaml index 8f50fbb9..ff51f62e 100644 --- a/.github/workflows/e2e-testing.yaml +++ b/.github/workflows/e2e-testing.yaml @@ -20,6 +20,8 @@ on: release: types: - created + + workflow_dispatch: env: TAR_PATH: heighliner.tar