From 7842ef50d37edd1cbed604e949993b74fecea83f Mon Sep 17 00:00:00 2001 From: crozzy Date: Mon, 7 Oct 2024 11:01:15 -0700 Subject: [PATCH] chore: update go version to 1.22.0 Claircore (and clair) need 1.22.0 so the action must abide. Signed-off-by: crozzy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebdbbeb..b677e7b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/quay/clair-action -go 1.21.8 +go 1.22.0 require ( github.com/doug-martin/goqu/v8 v8.6.0