From e968620d395b4a873e1ec6dfc721346ec3a5d5fe Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 26 Aug 2024 11:27:50 +0100 Subject: [PATCH] chore: bump go.mod to Go 1.22 and run go fix (#51) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 89e0845..f4f8944 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/ipfs-check -go 1.21 +go 1.22 require ( github.com/gavv/httpexpect/v2 v2.16.0