From a6d4c5ee2e5d97009ed778390614da7d38b16f72 Mon Sep 17 00:00:00 2001 From: sweexordious Date: Wed, 11 Sep 2024 09:39:04 +0200 Subject: [PATCH] chore: bump go version to 1.23.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a862d01..0e2f93d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/celestiaorg/blobstream-ops -go 1.22.3 +go 1.23.1 require ( github.com/cosmos/cosmos-sdk v0.50.3