From b11a41482ceca92b04ae36feb68290c18e45049c Mon Sep 17 00:00:00 2001 From: meskio Date: Mon, 16 Oct 2023 20:48:47 +0200 Subject: [PATCH] Use go 1.21 in renovate --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 65179d1..c78f869 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "constraints": { - "go": "1.17" + "go": "1.21" }, "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"], "osvVulnerabilityAlerts": true