From bec0f29173c61e4d0fa6aa1ea1880394afa91bd2 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 7 Nov 2022 10:37:59 -0700 Subject: [PATCH] chore(.github): force renovate to use 1.19 (#1741) --- .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" } } }