From a35a065936a87db845c8d7ae7e979d58d722b93a Mon Sep 17 00:00:00 2001 From: web3-bot Date: Fri, 23 Aug 2024 10:38:44 +0000 Subject: [PATCH] chore: bump go.mod to Go 1.22 and run go fix --- testplans/graphsync/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testplans/graphsync/go.mod b/testplans/graphsync/go.mod index 76163e8a..a78a016f 100644 --- a/testplans/graphsync/go.mod +++ b/testplans/graphsync/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-graphsync/testplans/graphsync -go 1.21 +go 1.22 require ( github.com/dgraph-io/badger/v2 v2.2007.3