From d0efbc9c9ff58d37403937799672faf035dafe27 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 16 Feb 2024 17:20:31 +0100 Subject: [PATCH] [renovate]Remove golang constraint The shared global config already has a golang 1.20 constraint --- renovate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/renovate.json b/renovate.json index 6137125..864465f 100644 --- a/renovate.json +++ b/renovate.json @@ -2,9 +2,6 @@ "extends": [ "github>openstack-k8s-operators/renovate-config:default.json5" ], - "constraints": { - "go": "1.19" - }, "baseBranches": ["main"], "useBaseBranchConfig": "merge", "packageRules": [