From 58ca7ace46651d99ba4055b355d1bda17daaf318 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Mon, 27 Jan 2025 16:01:37 -0500 Subject: [PATCH] update go version required by dependency github.com/google/go-containerregistry Signed-off-by: Cody Soyland --- examples/oci-image-verification/go.mod | 3 ++- go.mod | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 (