From 9e084fcafa966b1b30f799f36c3fb9369eab19ec Mon Sep 17 00:00:00 2001 From: web3-bot Date: Wed, 23 Aug 2023 10:18:41 +0000 Subject: [PATCH] chore: bump go.mod to Go 1.20 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 976d0bcb..5e367faa 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.19 +go 1.20 require ( github.com/dgraph-io/badger/v2 v2.2007.3