Skip to content

Commit

Permalink
bump go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Oct 18, 2023
1 parent 4acd1f1 commit f3ab0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19
go 1.21

require (
github.com/hashicorp/go-plugin v1.4.9
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.19
go 1.21

require (
cosmossdk.io/api v0.3.1
Expand Down

0 comments on commit f3ab0d7

Please sign in to comment.