From f3ab0d709ec41e31a1c57f2fe86c8902d8a50497 Mon Sep 17 00:00:00 2001 From: Pantani Date: Wed, 18 Oct 2023 13:34:58 +0200 Subject: [PATCH] bump go version to 1.21 --- ignite/services/plugin/template/go.mod.plush | 2 +- ignite/templates/app/files/go.mod.plush | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ignite/services/plugin/template/go.mod.plush b/ignite/services/plugin/template/go.mod.plush index b63795edeb..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.19 +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 33f657c300..fc0dfbaa9e 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.19 +go 1.21 require ( cosmossdk.io/api v0.3.1