From 8146fe9ed9e3f184608d04e55091f05e261a4f0d Mon Sep 17 00:00:00 2001
From: Archana Ravindar <aravinda@redhat.com>
Date: Wed, 10 Jul 2024 20:45:22 +0530
Subject: [PATCH] Rebase to Go1.22.5 to fix CVE-2024-24791

---
 config/versions.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/versions.json b/config/versions.json
index a429fab7c3..a11727ef45 100644
--- a/config/versions.json
+++ b/config/versions.json
@@ -1,5 +1,5 @@
 {
   "github.com/golang-fips/go": "main",
   "github.com/golang-fips/openssl": "61a53ab338d5f1657c6fe5d856d24528bfdd731d",
-  "github.com/golang/go": "go1.22.4"
+  "github.com/golang/go": "go1.22.5"
 }