From 5fc18f1e6c0616ef84a768b1031b4e3e90479c33 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 13 Aug 2024 15:37:52 -0400 Subject: [PATCH] chore: set renovate to use Go 1.21 (#861) --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1fa31506..31550b5e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "constraints": { - "go": "1.20", + "go": "1.21", }, "extends": [ "config:recommended"