Skip to content

Commit

Permalink
chore: updated dymint to v0.5.1-rc01 (#37) (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix authored Sep 3, 2023
1 parent d3042dd commit fe85017
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
matrix:
arch: [amd64]
targetos: [darwin, linux]
go-version: ['1.19.x', '1.20.x']
include:
- targetos: darwin
arch: arm64
Expand All @@ -15,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: "^1.19"
go-version: ${{ matrix.go-version }}
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/cosmos/cosmos-sdk v0.46.13
github.com/cosmos/ibc-go/v6 v6.1.1
github.com/dymensionxyz/dymension-rdk v0.4.0-rc6
github.com/dymensionxyz/dymint v0.5.0-rc9
github.com/dymensionxyz/dymint v0.5.1-rc01
github.com/gorilla/mux v1.8.0
github.com/rakyll/statik v0.1.7
github.com/spf13/cast v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ github.com/dymensionxyz/dymension v0.2.0-beta.0.20230607115558-745644a96ea6 h1:d
github.com/dymensionxyz/dymension v0.2.0-beta.0.20230607115558-745644a96ea6/go.mod h1:rDkVuF+DxBDi5tTgVHFk1D2xpqf8bOccs6aB1wTOvP0=
github.com/dymensionxyz/dymension-rdk v0.4.0-rc6 h1:32XFCOHyWp68yAAMWGO6V+Ct2J6WSREunvfU/a5wVnw=
github.com/dymensionxyz/dymension-rdk v0.4.0-rc6/go.mod h1:wA0Iqwd7Vh+LifVzrcR1aaxTC9TKnFruw0BS2vlnml8=
github.com/dymensionxyz/dymint v0.5.0-rc9 h1:KyDz9KnRmYqriPP37wQgaQl5l8xqYLxshd13CmRyP8E=
github.com/dymensionxyz/dymint v0.5.0-rc9/go.mod h1:eeSzdzu4+SDMHtC+5/I3F1AgpH7RCU7iHf65ZP5kQL4=
github.com/dymensionxyz/dymint v0.5.1-rc01 h1:yhhYcMElxw4YCOooVj6hdlnOovfkJrdNeN3992auGVw=
github.com/dymensionxyz/dymint v0.5.1-rc01/go.mod h1:eeSzdzu4+SDMHtC+5/I3F1AgpH7RCU7iHf65ZP5kQL4=
github.com/dymensionxyz/ibc-go/v6 v6.0.0-rc0.0.20230619115257-1a1038e16d71 h1:T04fab8CTYu+FR6mAC/nYB78WtHM4YsI99ikrYydncM=
github.com/dymensionxyz/ibc-go/v6 v6.0.0-rc0.0.20230619115257-1a1038e16d71/go.mod h1:CY3zh2HLfetRiW8LY6kVHMATe90Wj/UOoY8T6cuB0is=
github.com/dymensionxyz/rpc v1.3.1 h1:7EXWIobaBes5zldRvTIg7TmNsEKjicrWA/OjCc0NaGs=
Expand Down

0 comments on commit fe85017

Please sign in to comment.