From 92713220ecbe9d80c35f94037c12c83cdb538835 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 5 Sep 2024 15:13:57 -0400 Subject: [PATCH] chore: troublesshot renovate config Signed-off-by: Todd Baert --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f569d25aa..017d47bf3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "constraints": { - "go": "1.21.12" + "go": "1.22" }, "extends": [ "config:recommended"