fix: rollback to tendermint v0.34.21 #38

Merged
0xmuralik merged 33 commits from murali/tendermint-rollback into main 2022-10-19 05:31:14 +00:00
Showing only changes of commit 66f17eba94 - Show all commits

View File

@ -25,7 +25,7 @@ jobs:
run: go version
- name: Install tparse
run: |
export GO111MODULE="on" && go get github.com/mfridman/tparse@latest
export GO111MODULE="on" && go install github.com/mfridman/tparse@latest
- uses: actions/cache@v3
with:
path: ~/go/bin