From bd0da5e4ea1ed9521ef7248366811e2496064ee7 Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Thu, 6 Jun 2024 19:22:40 +0000 Subject: [PATCH] Bump go to 1.22.4 to make govulncheck happy Signed-off-by: Connor Catlett --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 136fd5210b..58f43eb4d5 100644 --- a/go.mod +++ b/go.mod @@ -187,4 +187,4 @@ replace ( vbom.ml/util => github.com/fvbommel/util v0.0.2 // Mitigate https://github.com/fvbommel/util/issues/6 ) -go 1.22.3 +go 1.22.4