From 878b968e487ec7cb0f5cf5ab68013ac78e469a3f Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 7 Nov 2022 10:02:13 -0700 Subject: [PATCH] chore(.github): force renovate to use 1.19 --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1cac83dfc5a..5c795261289 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,7 +14,7 @@ "ignoreDeps": [], "force": { "constraints": { - "go": "1.17" + "go": "1.19" } } }