diff --git a/.github/workflows/ics-linux-release.yml b/.github/workflows/ics-linux-release.yml index 91e1dd3..cbb9efa 100644 --- a/.github/workflows/ics-linux-release.yml +++ b/.github/workflows/ics-linux-release.yml @@ -13,7 +13,7 @@ jobs: - name: Query latest release of the interchain-security repo id: query_release run: | - releases=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/cosmos/interchain-security/releases | jq -c '[.[].tag_name]') + releases=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/hyphacoop/interchain-security/releases | jq -c '[.[].tag_name]') echo "releases=$releases" >> "$GITHUB_OUTPUT" build: @@ -57,7 +57,7 @@ jobs: chain: ics tag: ${{ matrix.release }} git-ref: ${{ matrix.release }} - github-organization: cosmos + github-organization: hyphacoop github-repo: interchain-security - additional-args: "--go-version=1.21.10" - heighliner-tag: v1.5.5 + additional-args: "--go-version=1.22.2" + heighliner-tag: v1.7.0