From 39b57baa1543b4660324a0bc681518c69945f9dd Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 28 Oct 2024 10:10:46 +0100 Subject: [PATCH] update hack/tools go to 1.23 Signed-off-by: cpanato --- hack/tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/go.mod b/hack/tools/go.mod index aaa394d7b..a117e90e1 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -1,6 +1,6 @@ module github.com/sigstore/fulcio/hack/tools -go 1.22.5 +go 1.23 require ( github.com/googleapis/api-linter v1.67.3