diff --git a/go.mod b/go.mod index 8a070c72..0dfbad44 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-graphsync -go 1.23 +go 1.24 require ( github.com/google/go-cmp v0.5.9 diff --git a/testplans/graphsync/go.mod b/testplans/graphsync/go.mod index 4999cd25..db3dfafe 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.23 +go 1.24 require ( github.com/dgraph-io/badger/v2 v2.2007.3