From 54ece2d0ba22ddc2866ca03d65ef8ffd8bfd625d Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 26 Aug 2024 02:02:35 +0100 Subject: [PATCH] chore!: bump go.mod to Go 1.22 and run go fix (#453) * chore: bump go.mod to Go 1.22 and run go fix * chore: bump go.mod to Go 1.22 and run go fix --- go.mod | 2 +- testplans/graphsync/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c6e720d1..b2598198 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-graphsync -go 1.21 +go 1.22 require ( github.com/google/go-cmp v0.5.9 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