Skip to content

Commit

Permalink
Merge branch 'main' into chore/revert-ts-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Oct 18, 2023
2 parents 19c2666 + 4739faf commit 020b465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Changes

- [#3701](https://github.com/ignite/cli/pull/3701) Bump `go` version to 1.21
- [#3621](https://github.com/ignite/cli/pull/3621) Change `pkg/availableport` to allow custom parameters in `Find` function and handle duplicated ports
- [#3559](https://github.com/ignite/cli/pull/3559) Bump network plugin version to `v0.1.1`
- [#3581](https://github.com/ignite/cli/pull/3581) Bump cometbft and cometbft-db in the template
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.20
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.20
go 1.21

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

0 comments on commit 020b465

Please sign in to comment.