diff --git a/examples/oci-image-verification/go.mod b/examples/oci-image-verification/go.mod index 77a890b..76603fa 100644 --- a/examples/oci-image-verification/go.mod +++ b/examples/oci-image-verification/go.mod @@ -1,6 +1,7 @@ module github.com/sigstore/sigstore-go/examples/oci-image-verification -go 1.22.0 +go 1.23.0 + toolchain go1.23.5 replace github.com/sigstore/sigstore-go => ../../ diff --git a/go.mod b/go.mod index bc8f888..f06c06f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/sigstore/sigstore-go -go 1.22.0 +go 1.23.0 + toolchain go1.23.5 require (