From 2c3fd17fd5739e23314fcd81ad887376d4a00dd9 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Thu, 17 Oct 2024 09:22:02 -0500 Subject: [PATCH] Bump workflows to go version 1.23.x Signed-off-by: John Kjell --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 925d6c1..93d0b0e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/in-toto/witness -go 1.22.6 +go 1.23.2 + require ( github.com/in-toto/go-witness v0.6.0 github.com/invopop/jsonschema v0.12.0