From 9126a124343ab4bd7f1b000724b289063eac0f08 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 14 Aug 2023 11:14:44 +0000 Subject: [PATCH] chore: bump go.mod to Go 1.20 and run go fix --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4c0df89..faa8c44 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/multiformats/ma-pipe -go 1.19 +go 1.20 require ( github.com/dustin/go-humanize v1.0.0