From 2d640984de45d4c611742cb0c6819ef05d54cd6461baa4405535a93f4af16724 Mon Sep 17 00:00:00 2001 From: Eugenio Paolantonio Date: Tue, 24 Dec 2024 19:04:44 +0100 Subject: [PATCH] _config: Avoid choice between go1.22 and go1.22-openssl Signed-off-by: Eugenio Paolantonio --- _config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config b/_config index 2b25b73..4aa6c8b 100644 --- a/_config +++ b/_config @@ -1218,6 +1218,10 @@ Prefer: go -go1.13 # avoid choice go1.21 / go1.21-openssl. meissner 20240903 Prefer: -go1.21-openssl +# Avoid choice go1.22 / go1.22-openssl +# Requested by Eugenio 2024-12-24 +Prefer: -go1.22-openssl + # default version in SLFO is 1.23, avoid choice for >= go1.22 Prefer: go1.23