From d82e36a4d8f203da8c7858c1774fdedbe7a12be5 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 31 Oct 2023 13:41:43 -0400 Subject: [PATCH] config.yaml: remove EOL go_versions Update the default value for the go_version to only list non-EOL versions. Both 1.18.x and 1.19.x are no longer maintained. Additionally add 1.21.x --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 891f39d..9688cbd 100644 --- a/config.yaml +++ b/config.yaml @@ -4,7 +4,7 @@ vars: current_fedora: 38 # Key ID from https://fedoraproject.org/security/ current_fedora_signing_key: eb10b464 - go_versions: [1.18.x, 1.19.x, 1.20.x] + go_versions: [1.20.x, 1.21.x] repos: 11bot: