diff --git a/fuzz/go.mod b/fuzz/go.mod index 9be7d46..7e5c3e0 100644 --- a/fuzz/go.mod +++ b/fuzz/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/go-datastore/fuzz -go 1.22 +go 1.23 require ( github.com/ipfs/go-datastore v0.6.0 diff --git a/go.mod b/go.mod index c012563..d43da73 100644 --- a/go.mod +++ b/go.mod @@ -20,4 +20,4 @@ require ( go.opentelemetry.io/otel/metric v1.16.0 // indirect ) -go 1.22 +go 1.23