From 70b208685d9fc30504506d43777ef54475fbe451 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 26 Aug 2024 11:26:39 +0100 Subject: [PATCH] chore: bump go.mod to Go 1.22 and run go fix (#21) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cc1f66d..a4f834f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/multiformats/ma-pipe -go 1.21 +go 1.22 require ( github.com/dustin/go-humanize v1.0.0