From 1302eeb0e481e83a9b322f2fe63f510f96411de5 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Thu, 15 Jun 2023 08:20:40 -0700 Subject: [PATCH] chore: update .github/renovate.json --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index bb2b4788..5d9e0435 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,7 +17,7 @@ }, "separateMajorMinor":false, "constraints": { - "go": "1.18" + "go": "1.20" }, "packageRules": [ { @@ -40,7 +40,7 @@ { "matchDatasources": ["golang-version"], "rangeStrategy": "bump", - "allowedVersions": "<1.19.0", + "allowedVersions": "<1.21.0", "postUpdateOptions": ["gomodTidy"] }, {