Skip to content

Commit

Permalink
chore: update go version (#3284)
Browse files Browse the repository at this point in the history
* update package go version

* template
  • Loading branch information
Alex Johnson authored Dec 13, 2022
1 parent 63eedc1 commit bdcd0b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/ignite/cli

go 1.18
go 1.19

require (
cosmossdk.io/math v1.0.0-beta.4
Expand Down
2 changes: 1 addition & 1 deletion ignite/services/plugin/template/go.mod.plush
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module <%= ModuleName %>

go 1.18
go 1.19

require (
github.com/hashicorp/go-plugin v1.4.4
Expand Down
2 changes: 1 addition & 1 deletion ignite/templates/app/files/go.mod.plush
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module <%= ModulePath %>

go 1.18
go 1.19

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

0 comments on commit bdcd0b7

Please sign in to comment.