Skip to content

Commit

Permalink
go path
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Jan 11, 2024
1 parent e1beb86 commit 91c4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ics-provider-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Clone and build interchain security
run: |
export PATH="$PATH:/usr/local/go/bin"
go version
which go
export PATH="$PATH:/usr/local/go/bin"
LAST_RELEASE=$(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 -r '.[0].tag_name')
git clone https://github.com/cosmos/interchain-security.git
cd interchain-security
Expand Down

0 comments on commit 91c4266

Please sign in to comment.