From 3d0adc58083cab8ee6ab6cc2673dd06b3e77116f Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 29 May 2021 13:18:25 +0700 Subject: [PATCH] Update go.mod.plush Bump the Cosmos SDK version to allow scaffolded chains to run on arm devices --- starport/templates/app/stargate/go.mod.plush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starport/templates/app/stargate/go.mod.plush b/starport/templates/app/stargate/go.mod.plush index bbf447dc34..2397d7f6d6 100644 --- a/starport/templates/app/stargate/go.mod.plush +++ b/starport/templates/app/stargate/go.mod.plush @@ -3,7 +3,7 @@ module <%= ModulePath %> go 1.16 require ( - github.com/cosmos/cosmos-sdk v0.42.4 + github.com/cosmos/cosmos-sdk v0.42.5 github.com/gogo/protobuf v1.3.3 github.com/golang/protobuf v1.5.2 // indirect github.com/gorilla/mux v1.8.0