From 97069814ab4c37e44a22b4d67a3d789b07582f5c Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Wed, 13 Sep 2023 10:21:01 -0700 Subject: [PATCH] bump go to 1.20. at the minimum this is needed to upgrade sigstore/cosign/v2. Signed-off-by: Spencer Schrock --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cfc6515b..54faa56b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ossf/scorecard-action -go 1.19 +go 1.20 require ( github.com/caarlos0/env/v6 v6.10.1