Skip to content

Commit

Permalink
chore: bump go version to 1.21 (#3701)
Browse files Browse the repository at this point in the history
* bum go version to 1.21

* add changelog

---------

Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Oct 18, 2023
1 parent 290fc63 commit 4739faf
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 4739faf

Please sign in to comment.