From 8f7f23a086db48d64bd0d0b98bd95b02a4f8b801 Mon Sep 17 00:00:00 2001 From: Archana Ravindar Date: Mon, 19 Aug 2024 14:34:52 +0530 Subject: [PATCH] - Rebase to Go1.21.13 (technically 1.21.12 contains fix for CVE 2024-24791) but since we have a latest release, rebase to that --- config/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.json b/config/versions.json index 088c569cff..8aeb25a4ff 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { "github.com/golang-fips/go": "main", "github.com/golang-fips/openssl-fips": "b175be2ccd46683a51cba60a9a2087b09593317d", - "github.com/golang/go": "go1.21.11" + "github.com/golang/go": "go1.21.13" }