From c7ca326baf0c9ccbd3761bf4a729a7320c5aa0d0 Mon Sep 17 00:00:00 2001 From: jspark2000 Date: Thu, 2 May 2024 17:43:15 +0000 Subject: [PATCH] fix: upgrade renovate golang constraint version --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c07a8663e1..47a4925bcf 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ ":label(dependencies)" ], "constraints": { - "go": "1.19.1" + "go": "1.21" }, "rangeStrategy": "bump", "lockFileMaintenance": { "enabled": true },