diff --git a/changelog.md b/changelog.md index 6966c2460a..44cc1d59d5 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ignite/services/plugin/template/go.mod.plush b/ignite/services/plugin/template/go.mod.plush index 6f4603f0e0..fe8fffd05b 100644 --- a/ignite/services/plugin/template/go.mod.plush +++ b/ignite/services/plugin/template/go.mod.plush @@ -1,6 +1,6 @@ module <%= ModuleName %> -go 1.20 +go 1.21 require ( github.com/hashicorp/go-plugin v1.4.9 diff --git a/ignite/templates/app/files/go.mod.plush b/ignite/templates/app/files/go.mod.plush index 64f04e084f..578f6def14 100644 --- a/ignite/templates/app/files/go.mod.plush +++ b/ignite/templates/app/files/go.mod.plush @@ -1,6 +1,6 @@ module <%= ModulePath %> -go 1.20 +go 1.21 require ( cosmossdk.io/api v0.3.1