From f3f4539916f7b94c18afc388eac8a4334c39903b Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Mon, 13 Jan 2025 09:22:34 -0500 Subject: [PATCH] Use go 1.23 A few dependencies, e.g. oras and sigstore, now require Go 1.23. This commit updates the version of Go to 1.23.1. Without this fix, the CI is failing to create new bundles. Signed-off-by: Luiz Carvalho --- .tool-versions | 2 +- go.mod | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index abc6fef4..c9953ae1 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.22.7 +golang 1.23.1 diff --git a/go.mod b/go.mod index 42c6653c..ecbc637e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/enterprise-contract/ec-policies -go 1.22.7 +go 1.23.1 + toolchain go1.23.4 require (