diff --git a/fuzz/go.mod b/fuzz/go.mod index 454329b..a2f4784 100644 --- a/fuzz/go.mod +++ b/fuzz/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-datastore/fuzz -go 1.23.0 +go 1.24 require ( github.com/ipfs/go-datastore v0.8.2 diff --git a/go.mod b/go.mod index a47b69f..d1c1855 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-datastore -go 1.23.0 +go 1.24 require ( github.com/google/uuid v1.6.0