Skip to content

Commit

Permalink
Merge PR: update GithubTop in Makefile (#181)
Browse files Browse the repository at this point in the history
* update go.mod and update target testnet in Makefile

* update GithubTop in Makefile

Co-authored-by: meng <meng@mengs-MacBook-Pro.local>
Co-authored-by: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com>
  • Loading branch information
3 people authored May 30, 2020
1 parent 09f0d26 commit 8e7f08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SUM := $(shell which shasum)
COMMIT := $(shell git rev-parse HEAD)
CAT := $(if $(filter $(OS),Windows_NT),type,cat)

GithubTop=github.com/okex/okchain/vendor/github.com
GithubTop=github.com

Version=v0.10.5
Version=v0.10.6
CosmosSDK=v0.37.9
Tendermint=v0.32.10
Iavl=v0.12.4
Expand Down

0 comments on commit 8e7f08d

Please sign in to comment.