Skip to content

Commit

Permalink
fixed werf cosmovisor version
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Aug 29, 2024
1 parent 452e5e6 commit e3ddd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ shell:
- cd /go/src/github.com/rarimo/rarimo-core
- go mod tidy
- go mod vendor
- go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@latest
- go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0
- cp $GOPATH/bin/cosmovisor /usr/local/bin/cosmovisor
setup:
- export GOPRIVATE=github.com/*
Expand Down

0 comments on commit e3ddd5b

Please sign in to comment.