From d79472a723b655e59e458d40544090f930c5d85a Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Thu, 15 Jun 2023 08:19:48 -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 bb2b478..5d9e043 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"] }, {