Skip to content

Commit

Permalink
Updated go version and build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Jan 25, 2024
1 parent ec0f456 commit 4a6ef39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
arch: [amd64]
targetos: [darwin, linux]
go-version: ['1.19.x', '1.20.x']
go-version: ['1.20.x', '1.21.x']
include:
- targetos: darwin
arch: arm64
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dymensionxyz/rollapp

go 1.19
go 1.20

require (
github.com/cosmos/cosmos-sdk v0.46.13
Expand Down

0 comments on commit 4a6ef39

Please sign in to comment.